Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Commit c3f93b8

Browse files
author
Michael Perrotte
committedFeb 27, 2020
chore: updates due to dependency changes
- updated scripts for updated version of tap - renamed test/util/ to test/fixtures/
1 parent bf416e2 commit c3f93b8

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed
 

‎package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"release": "standard-version -s",
1010
"postrelease": "npm publish && git push --follow-tags",
1111
"lint": "standard",
12-
"test": "tap -J --100 test/*.js",
12+
"test": "tap --no-coverage",
1313
"coverage": "tap"
1414
},
1515
"devDependencies": {
@@ -28,5 +28,8 @@
2828
"figgy-pudding": "^3.4.1",
2929
"get-stream": "^4.0.0",
3030
"npm-registry-fetch": "^4.0.0"
31+
},
32+
"tap": {
33+
"check-coverage": true
3134
}
32-
}
35+
}
File renamed without changes.

‎test/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const figgyPudding = require('figgy-pudding')
44
const getStream = require('get-stream')
55
const { test } = require('tap')
6-
const tnock = require('./util/tnock.js')
6+
const tnock = require('./fixtures/tnock.js')
77

88
const team = require('../index.js')
99

0 commit comments

Comments
 (0)
This repository has been archived.