dwyl / learn-tape

:white_check_mark: Learn how to use Tape for JavaScript/Node.js Test Driven Development (TDD) - Ten-Minute Testing Tutorial
187 stars 31 forks source link

Removed a point from the path that caused an error #33

Closed tarasowski closed 6 years ago

tarasowski commented 6 years ago

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

codecov[bot] commented 6 years ago

Codecov Report

Merging #33 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #33   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          13     13           
  Branches        1      1           
=====================================
  Hits           13     13

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 37ead41...34c96c3. Read the comment docs.