Skip to content

Commit

Permalink
chore: update tap to 18.0.4 (#12)
Browse files Browse the repository at this point in the history
* chore: update tap to 18.0.4

* update tap

* disabled coverage in ci

---------

Co-authored-by: Ethan Arrowood <[email protected]>
  • Loading branch information
flakey5 and Ethan Arrowood authored Sep 28, 2023
1 parent eb36f79 commit abd421e
Show file tree
Hide file tree
Showing 6 changed files with 1,640 additions and 455 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
run: pnpm type-check

- name: Test
run: pnpm test -- --no-coverage # Disable coverage reporting for CI
run: pnpm test -- --disable-coverage --allow-empty-coverage # Disable coverage reporting for CI
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ coverage
# nyc test coverage
.nyc_output

# tap tests
.tap/

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,21 @@
"format": "prettier .",
"lint": "eslint .",
"prepare": "husky install",
"test": "tap --ts test/*.test.ts",
"test": "tap run test/*.test.ts",
"type-check": "tsc"
},
"devDependencies": {
"@types/node": "18.17.5",
"@types/tap": "15.0.8",
"@vercel/style-guide": "5.0.1",
"eslint": "8.48.0",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"prettier": "3.0.3",
"tap": "16.3.8",
"tap": "18.2.0",
"ts-node": "10.9.1",
"typescript": "5.2.2"
},
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.8.0",
"engines": {
"node": ">=18"
}
Expand Down
Loading

0 comments on commit abd421e

Please sign in to comment.