Skip to content

Commit

Permalink
Remove bundlesize (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp authored Jan 9, 2025
1 parent dc4c055 commit 3df2b08
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 561 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ restart:
./server/ctl.js restart

bundlesize:
npx bundlesize
node test/bundlesize.js

bundle:
npx rollup -c rollup.config.js
Expand Down
2 changes: 1 addition & 1 deletion e2e.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

/** @type {import('jest').Config} */
module.exports = {
testMatch: ["<rootDir>/test/*.js"],
testMatch: ["<rootDir>/test/*.test.js"],
setupFilesAfterEnv: ["jest-extended/all"],
};
Loading

0 comments on commit 3df2b08

Please sign in to comment.