Skip to content

Commit

Permalink
Windows dart throwing: 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Sep 9, 2023
1 parent 644b160 commit 5090ca6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"scripts": {
"lint": "eslint --fix .",
"test": "npm run lint && npm run coverage",
"test:integration": "cross-env tape 'test/integration/**/*-test.js' | tap-arc",
"test:unit": "cross-env tape 'test/unit/**/*-test.js' | tap-arc",
"test:integration": "cross-env tape 'test/integration/**/*-test.js' | tap-spec",
"test:unit": "cross-env tape 'test/unit/**/*-test.js' | tap-spec",
"coverage": "nyc --reporter=lcov --reporter=text npm run test:unit"
},
"main": "src/index.js",
Expand All @@ -32,6 +32,7 @@
"mock-fs": "^5.2.0",
"nyc": "^15.1.0",
"tap-arc": "^0.4.0",
"tap-spec": "^5.0.0",
"tape": "^5.6.6"
},
"files": [
Expand Down

0 comments on commit 5090ca6

Please sign in to comment.