Skip to content

Commit

Permalink
feature: rm useless zenload
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Dec 13, 2023
1 parent 88f679a commit 9fe9567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .madrun.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ import {
cutEnv,
} from 'madrun';

const NODE_OPTIONS = `'--no-warnings --loader zenload'`;
const NODE_OPTIONS = `'--no-warnings --import ./lib/register.js'`;
const testEnv = {
NODE_OPTIONS,
ZENLOAD: ['escover', './lib/mock-import.js'].join(),
};

export default {
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
"nodemon": "^3.0.1",
"runsome": "^1.0.0",
"supertape": "^9.0.0",
"typescript": "^5.0.4",
"zenload": "^2.0.0"
"typescript": "^5.0.4"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 9fe9567

Please sign in to comment.