Skip to content

Commit

Permalink
Remove deasync test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 9, 2021
1 parent e60c1ca commit ec01bb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@
"prepack": "npm run build && npm run format",
"build": "rimraf \"{lib/**/**,test/**/**,script/**}*.d.ts\" \"{esbuild,esm-loader,index,rollup}.d.ts\" && tsc && type-coverage",
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
"test-api": "node --experimental-loader=./test/react-18-esm-loader.js test/index.js && node test/register.cjs",
"#": "to do: test `node test/register.cjs` when `deasync` works on Node 17",
"test-api": "node --experimental-loader=./test/react-18-esm-loader.js test/index.js",
"test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node --experimental-loader=./test/react-18-esm-loader.js test/index.js",
"test": "npm run build && npm run format && npm run test-coverage"
},
Expand Down

0 comments on commit ec01bb8

Please sign in to comment.