File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ language: node_js
3
3
matrix :
4
4
include :
5
5
- node_js : ' 0.11'
6
- env : TEST_SUITE=unit
6
+ env : TEST_SUITE=tests-only
7
7
- node_js : ' 0.12'
8
- env : TEST_SUITE=unit
8
+ env : TEST_SUITE=tests-only
9
9
- node_js : ' 4'
10
- env : TEST_SUITE=unit
10
+ env : TEST_SUITE=tests-only
11
11
- node_js : ' 4'
12
12
env : TEST_SUITE=lint
13
13
- node_js : ' 4'
Original file line number Diff line number Diff line change 11
11
"scripts" : {
12
12
"lint" : " eslint --ext=js,mjs ." ,
13
13
"pretest" : " npm run lint" ,
14
- "test" : " npm run unit" ,
15
- "unit" : " node test/" ,
14
+ "tests-only" : " tape 'test/**/*.js'" ,
15
+ "test" : " npm run tests-only" ,
16
+ "posttest" : " aud --production" ,
16
17
"browser" : " zuul --browser-version $BROWSER_VERSION --browser-name $BROWSER_NAME -- test/index.js"
17
18
},
18
19
"engines" : {
33
34
},
34
35
"devDependencies" : {
35
36
"@ljharb/eslint-config" : " ^21.1.0" ,
37
+ "aud" : " ^2.0.3" ,
36
38
"eslint" : " =8.8.0" ,
37
39
"hash-test-vectors" : " ^1.3.2" ,
38
40
"pseudorandombytes" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments