Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
fix(test): Fix accidentally modified test
Browse files Browse the repository at this point in the history
  • Loading branch information
mshogren authored and mthmulders committed Sep 23, 2017
1 parent 09e59d2 commit 62a1785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/JestTestRunner.it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ describe('JestTestRunner', function () {
files: [
file({ name: 'testResources/sampleProject/src/Add.js', mutated: true }),
file({ name: 'testResources/sampleProject/src/__tests__/AddSpec.js', mutated: false }),
file({ name: 'testResources/sampleProject/src/Error.js', mutated: false })],
file({ name: 'testResources/sampleProject/src/Error.js', mutated: false, included: false })],
port: 9881,
strykerOptions: {}
};
Expand Down

0 comments on commit 62a1785

Please sign in to comment.