Skip to content

Commit

Permalink
fixup! chore: add TypeScript use test
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Apr 8, 2021
1 parent cc73645 commit a50975d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
"build:types": "npm run build:copy && cd dist && tsc --build",
"check": "tsc --build --noErrorTruncation",
"publish": "npm_config_yes=true ipjs publish",
"test:cjs": "npm run build && mocha dist/cjs/node-test/test-*.js",
"test:cjs": "npm run build && mocha dist/cjs/node-test/test-*.js && npm run test:cjs:browser",
"test:node": "hundreds mocha test/test-*.js",
"test:browser": "polendina --cleanup dist/cjs/node-test/test-*.js",
"test": "npm run lint && npm run test:node && npm run test:cjs && npm run test:browser",
"test:cjs:browser": "polendina --cleanup dist/cjs/node-test/test-*.js",
"test:ts": "npm run build:types && npm run test --prefix test/ts-use",
"test": "npm run lint && npm run test:node && npm run test:cjs && npm run test:ts",
"coverage": "c8 --reporter=html mocha test/test-*.js && npx st -d coverage -p 8080"
},
"exports": {
Expand Down

0 comments on commit a50975d

Please sign in to comment.