Skip to content

Commit

Permalink
Fix tape test plan
Browse files Browse the repository at this point in the history
  • Loading branch information
chances committed Aug 11, 2024
1 parent fb7414e commit b97f2c8
Show file tree
Hide file tree
Showing 3 changed files with 840 additions and 414 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TSC = ./node_modules/.bin/tsc
FUSE = node fuse.js
BROWSER_SYNC = ./node_modules/.bin/browser-sync
TS_LINT = ./node_modules/.bin/tslint
TAPE = ./node_modules/.bin/tape
TAPE = ./node_modules/tape/bin/tape
FAUCET = ./node_modules/.bin/faucet
TAP_DOT = ./node_modules/.bin/tap-dot
NYC = ./node_modules/.bin/nyc
Expand Down
Loading

0 comments on commit b97f2c8

Please sign in to comment.