Skip to content

Commit

Permalink
Merge pull request #22 from dashlog/fix-ci
Browse files Browse the repository at this point in the history
Fix tests & dependabot configuration
  • Loading branch information
fraxken authored Aug 1, 2024
2 parents de454bc + 6736615 commit 9fd25a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run build",
"test": "node --no-warnings --loader tsx --test test/fetch.spec.ts",
"test": "glob -c \"tsx --test\" \"./test/**/*.spec.ts\"",
"coverage": "c8 -r html npm test",
"lint": "eslint src/*.ts"
},
Expand Down Expand Up @@ -45,6 +45,7 @@
"@types/http-link-header": "^1.0.7",
"@types/node": "^20.14.11",
"c8": "^10.1.2",
"glob": "^11.0.0",
"rimraf": "^6.0.1",
"tsx": "^4.16.2",
"typescript": "^5.5.3"
Expand Down

0 comments on commit 9fd25a1

Please sign in to comment.