File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 6
6
"./api" : " ./src/api.mjs"
7
7
},
8
8
"scripts" : {
9
- "lint" : " turbo run lint:js" ,
9
+ "lint" : " node --run lint:js" ,
10
+ "lint:fix" : " node --run lint:js:fix" ,
10
11
"lint:js" : " eslint \" **/*.mjs\" " ,
11
- "lint:fix" : " node --run lint -- -- --fix" ,
12
+ "lint:js: fix" : " node --run lint:js -- --fix" ,
12
13
"test" : " node --run test:unit" ,
13
14
"test:unit" : " cross-env NODE_NO_WARNINGS=1 node --experimental-test-coverage --test \" **/*.test.mjs\" "
14
15
},
Original file line number Diff line number Diff line change @@ -38,9 +38,7 @@ const testCases = [
38
38
input : {
39
39
removed : [ 'REPLACEME' , 'v1.0.0' ] ,
40
40
} ,
41
- expected : [
42
- 'In "removed": REPLACEME is invalid' ,
43
- ] ,
41
+ expected : [ 'In "removed": REPLACEME is invalid' ] ,
44
42
} ,
45
43
{
46
44
name : 'ignores ancient hardcoded versions (e.g. 0.1.0)' ,
You can’t perform that action at this time.
0 commit comments