Skip to content

Commit 15b6f8b

Browse files
committed
make afterEach async
1 parent 7bc5c98 commit 15b6f8b

File tree

1 file changed

+2
-1
lines changed
  • test/configCases/externals/global

1 file changed

+2
-1
lines changed

test/configCases/externals/global/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
afterEach(() => {
1+
afterEach(done => {
22
delete global.EXTERNAL_TEST_GLOBAL;
3+
done();
34
});
45

56
it("should move externals in chunks into entry chunk", function() {

0 commit comments

Comments
 (0)