We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a2082 commit ba993f5Copy full SHA for ba993f5
tests/index.test.js
@@ -1,5 +1,4 @@
1
-const devLib = require("../lib/dev");
2
-const prodLib = require("../lib/prod");
+const lib = require("../lib");
3
4
test("Dummy test", () => {
5
expect(1).toBe(1);
0 commit comments