Skip to content

Commit

Permalink
fix(ci): use correct tap output file
Browse files Browse the repository at this point in the history
This was incorrectly named
  • Loading branch information
mdeltito committed Nov 16, 2023
1 parent da416bf commit ba759f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ data
generateData.js

# No TAP Artifacts
.tap
.tap*
coverage
.nyc_output
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"jsx": false,
"browser": false,
"check-coverage": true,
"output-file": ".tap",
"output-file": ".tap-output",
"timeout": 60,
"nyc-arg": [
"--all=true",
Expand Down

0 comments on commit ba759f6

Please sign in to comment.