Skip to content

Commit

Permalink
removes dummy test, adds coverage to test and adds test:watch script
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoputzer committed Oct 5, 2023
1 parent e7877b6 commit 717f6af
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ node_modules
www/api/*/
!www/api/*.*
www/api/.DS_Store
test/*.json
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"scripts": {
"sync-coinbase": "node --experimental-modules bin/sync-coinbase.mjs",
"build-coinbase": "node --experimental-modules bin/build-coinbase.mjs",
"test": "node --test --experimental-modules test"
"test": "NODE_V8_COVERAGE=test node --test --experimental-test-coverage --experimental-modules",
"test:watch": "node --test --watch --test-reporter spec --experimental-modules"
},
"author": "Ivo von Putzer Reibegg <ivo.putzer@gmail.com> (https://github.com/ivoputzer)",
"license": "MIT",
Expand Down
8 changes: 0 additions & 8 deletions test/delete.me.later.mjs

This file was deleted.

Empty file added test/lib/coinbase.mjs
Empty file.

0 comments on commit 717f6af

Please sign in to comment.