Skip to content

Commit

Permalink
Removed a point from the path that caused an error
Browse files Browse the repository at this point in the history
> test@1.0.0 test /home/ec2-user/environment/test
> node_modules./.bin/tape ./test/*.test.js

sh: node_modules./.bin/tape: No such file or directory
  • Loading branch information
tarasowski committed Jul 20, 2018
1 parent 37ead41 commit 34c96c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ node test/learn-tape.test.js
> **Note**: we use this naming convention `/test/{test-name}.test.js`
for test files in our projects so that we can keep other "_helper_" files
in the `/test` directory and still be able to _run_ all the _test_ files in the
`/test` directory using a _pattern_: `node_modules./.bin/tape ./test/*.test.js`
`/test` directory using a _pattern_: `node_modules/.bin/tape ./test/*.test.js`

### Make it _Pass_

Expand Down

0 comments on commit 34c96c3

Please sign in to comment.