Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MadProbe committed Apr 15, 2024
1 parent e769874 commit 53e9765
Show file tree
Hide file tree
Showing 20 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lib": "src"
},
"scripts": {
"test": "node ./tests/test.js",
"test": "npm run build-full && node ./tests/test.cjs",
"build": "rollup -c",
"build-full": "rollup -c --environment FULL",
"build-dev": "rollup -c rollup.config.dev.js",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions tests/test.js → tests/test.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require('..');
require('../build/bundle.min.cjs').installIntoGlobal();
const { readdirSync } = require("fs");
const { join } = require("path");

Expand All @@ -25,4 +25,3 @@ const { join } = require("path");
}
}
})();
module.exports = null;

0 comments on commit 53e9765

Please sign in to comment.