Skip to content

Commit ba993f5

Browse files
committed
fix the dummy test
1 parent 72a2082 commit ba993f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/index.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
const devLib = require("../lib/dev");
2-
const prodLib = require("../lib/prod");
1+
const lib = require("../lib");
32

43
test("Dummy test", () => {
54
expect(1).toBe(1);

0 commit comments

Comments
 (0)