Skip to content

Commit

Permalink
generateTestFilesToForceUsingWorkers use test.todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeysal committed Apr 4, 2019
1 parent 7897b2c commit a6206c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/Utils.ts
Expand Up @@ -98,7 +98,7 @@ export const generateTestFilesToForceUsingWorkers = () => {
const testFiles = {};
for (let i = 0; i <= NUMBER_OF_TESTS_TO_FORCE_USING_WORKERS; i++) {
testFiles[`__tests__/test${i}.test.js`] = `
test('test ${i}', () => {});
test.todo('test ${i}');
`;
}
return testFiles;
Expand Down

0 comments on commit a6206c5

Please sign in to comment.