Skip to content

Commit

Permalink
revert: make sure Jest clears out the entire build directory after ru…
Browse files Browse the repository at this point in the history
…nning tests
  • Loading branch information
sghoweri committed Oct 18, 2019
1 parent 3f727c5 commit 81c6727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/testing/testing-jest/jest-global-teardown.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = async function() {

await iconTasks.build(); // cleaning icons after all tests
await teardownDevServer();
await buildPrep(); // clear out all built www folders when complete
await buildPrep(true); // clear out all built www folders when complete

// clean-up the wsEndpoint file
rimraf.sync(DIR);
Expand Down

0 comments on commit 81c6727

Please sign in to comment.