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 66 "./api" : " ./src/api.mjs"
77 },
88 "scripts" : {
9- "lint" : " turbo run lint:js" ,
9+ "lint" : " node --run lint:js" ,
10+ "lint:fix" : " node --run lint:js:fix" ,
1011 "lint:js" : " eslint \" **/*.mjs\" " ,
11- "lint:fix" : " node --run lint -- -- --fix" ,
12+ "lint:js: fix" : " node --run lint:js -- --fix" ,
1213 "test" : " node --run test:unit" ,
1314 "test:unit" : " cross-env NODE_NO_WARNINGS=1 node --experimental-test-coverage --test \" **/*.test.mjs\" "
1415 },
Original file line number Diff line number Diff line change @@ -38,9 +38,7 @@ const testCases = [
3838 input : {
3939 removed : [ 'REPLACEME' , 'v1.0.0' ] ,
4040 } ,
41- expected : [
42- 'In "removed": REPLACEME is invalid' ,
43- ] ,
41+ expected : [ 'In "removed": REPLACEME is invalid' ] ,
4442 } ,
4543 {
4644 name : 'ignores ancient hardcoded versions (e.g. 0.1.0)' ,
You can’t perform that action at this time.
0 commit comments