Skip to content

Commit

Permalink
Merge pull request #11 from architect/tbeseda/tap-arc
Browse files Browse the repository at this point in the history
add tap-arc and gitignore node_modules
  • Loading branch information
ryanblock committed Sep 27, 2023
2 parents 1b39179 + d9cdc88 commit c0a9e7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
.nyc_output
coverage
scratch
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"publish-plugins": "node scripts/publish-plugins",
"lint": "eslint --fix .",
"test": "npm run lint && npm run coverage",
"test:integration": "cross-env tape 'test/integration/**/*-test.js' | tap-spec",
"test:unit": "cross-env tape 'test/unit/**/*-test.js' | tap-spec",
"test:live": "cross-env tape 'test/live/**/*-test.js' | tap-spec",
"test:integration": "cross-env tape 'test/integration/**/*-test.js' | tap-arc",
"test:unit": "cross-env tape 'test/unit/**/*-test.js' | tap-arc",
"test:live": "cross-env tape 'test/live/**/*-test.js' | tap-arc",
"coverage": "nyc --reporter=lcov --reporter=text npm run test:unit",
"vendor": "esbuild scripts/vendor-entry.mjs --bundle --platform=node --format=cjs --outfile=src/_vendor.js"
},
Expand All @@ -38,7 +38,7 @@
"eslint": "^8.48.0",
"mock-fs": "^5.2.0",
"nyc": "^15.1.0",
"tap-spec": "^5.0.0",
"tap-arc": "^1.0.0",
"tape": "^5.6.6"
},
"files": [
Expand Down

0 comments on commit c0a9e7c

Please sign in to comment.