Skip to content

Commit

Permalink
update for v5
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Jul 6, 2024
1 parent cf308b6 commit 2f8f620
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .taprc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
jobs: 1
timeout: 360
disable-coverage: true
files:
- test/*.test.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@fastify/pre-commit": "^2.1.0",
"proxyquire": "^2.1.3",
"standard": "^17.1.0",
"tap": "^18.7.2"
"tap": "^20.0.3"
},
"repository": {
"type": "git",
Expand Down
4 changes: 1 addition & 3 deletions test/command-config.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,5 @@ test('save config data', async t => {
t.equal(localConf.get('semver'), inputValue)
})

t.teardown(() => {
fs.unlinkSync(build.path)
})
fs.unlinkSync(build.path)
})

0 comments on commit 2f8f620

Please sign in to comment.