Skip to content

Commit afd889a

Browse files
committed
fix merge error of PRs
These tests doesn't run on CI
1 parent 880135c commit afd889a

File tree

1 file changed

+2
-2
lines changed
  • test/watchCases/scope-hoisting/caching-inner-source/0

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
it("should not crash when scope-hoisted modules change", function() {
2-
require("./module").default.should.be.eql(WATCH_STEP);
3-
})
2+
expect(require("./module").default).toBe(WATCH_STEP);
3+
});

0 commit comments

Comments
 (0)