Skip to content

Commit

Permalink
build: remove the need for tap
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnassri committed Aug 9, 2023
1 parent 1f1ccca commit ad0ac3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
# ----------------------------------------------- #

*.log
.nyc_output
coverage
node_modules
**/dist
11 changes: 0 additions & 11 deletions .taprc.yml

This file was deleted.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@
],
"main": "src/index.js",
"scripts": {
"test": "tap test --no-coverage",
"test:ci": "tap test --100",
"test:watch": "tap test --watch",
"test:report": "opener coverage/lcov-report/index.html"
"start": "node src/index.js",
"test:cli": "node --experimental-test-coverage --test",
"test": "npm run test:cli -- test",
"test:watch": "npm run test:cli --watch",
"test:ci": "npm run test:cli -- --test-reporter node-test-github-reporter test"
},
"devDependencies": {}
}

0 comments on commit ad0ac3b

Please sign in to comment.