Skip to content

Commit

Permalink
test...
Browse files Browse the repository at this point in the history
  • Loading branch information
2501babe committed Oct 18, 2023
1 parent 46473cb commit 6790fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion single-pool/js/packages/classic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": "pnpm tsc",
"lint": "eslint --max-warnings 0 .",
"lint:fix": "eslint . --fix",
"test": "NODE_OPTIONS='--loader=tsx' ava"
"test": "NODE_OPTIONS='--import=tsx' ava"
},
"type": "module",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion single-pool/js/packages/modern/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": "pnpm tsc",
"lint": "eslint --max-warnings 0 .",
"lint:fix": "eslint . --fix",
"test": "NODE_OPTIONS='--loader=tsx' ava"
"test": "NODE_OPTIONS='--import=tsx' ava"
},
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 6790fb3

Please sign in to comment.