Skip to content

Commit

Permalink
Uncomment afterAll in watch mode e2e test (#7235)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeliog authored and SimenB committed Oct 22, 2018
1 parent 4954f46 commit 4df14d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/__tests__/watch_mode_update_snapshot.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const DIR = path.resolve(os.tmpdir(), 'watch_mode_update_snapshot');
const pluginPath = path.resolve(__dirname, '../MockStdinWatchPlugin');

beforeEach(() => cleanup(DIR));
// afterAll(() => cleanup(DIR));
afterAll(() => cleanup(DIR));

expect.addSnapshotSerializer({
print: val => val.replace(/\[s\[u/g, '\n'),
Expand Down

0 comments on commit 4df14d5

Please sign in to comment.