This repository was archived by the owner on May 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +19
-11
lines changed Expand file tree Collapse file tree 2 files changed +19
-11
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,18 @@ jobs:
24
24
node_js : lts/*
25
25
26
26
- stage : test 👩🏽💻
27
+ os : linux
27
28
script : npm run test:cov
28
29
node_js : node
29
- - node_js : lts/*
30
- # - os: windows
31
- # node_js: node
32
- # - os: windows
33
- # node_js: lts/*
30
+
31
+ - os : linux
32
+ script : npm run test:cov
33
+ node_js : lts/*
34
+
35
+ - os : windows
36
+ script : npm run test:cov
37
+ node_js : node
38
+
39
+ - os : windows
40
+ script : npm run test:cov
41
+ node_js : lts/*
Original file line number Diff line number Diff line change 36
36
"uuid" : " ^3.3.3"
37
37
},
38
38
"scripts" : {
39
- "test" : " tap --no-cov ' test/**/*.test.js' " ,
40
- "test:cov" : " tap ' test/**/*.test.js' " ,
41
- "test:cov:html" : " tap --coverage-report=html ' test/**/*.test.js' " ,
42
- "test:watch" : " tap -n -w --no-coverage-report ' test/**/*.test.js' " ,
43
- "lint" : " standard ' examples/**/*.js' ' lib/**/*.js' ' test/**/*.js' | snazzy" ,
44
- "lint:ci" : " standard ' examples/**/*.js' ' lib/**/*.js' ' test/**/*.js' "
39
+ "test" : " tap --no-cov test/**/*.test.js" ,
40
+ "test:cov" : " tap test/**/*.test.js" ,
41
+ "test:cov:html" : " tap --coverage-report=html test/**/*.test.js" ,
42
+ "test:watch" : " tap -n -w --no-coverage-report test/**/*.test.js" ,
43
+ "lint" : " standard examples/**/*.js lib/**/*.js test/**/*.js | snazzy" ,
44
+ "lint:ci" : " standard examples/**/*.js lib/**/*.js test/**/*.js"
45
45
},
46
46
"husky" : {
47
47
"hooks" : {
You can’t perform that action at this time.
0 commit comments