Update package.json
This commit is contained in:
parent
0c3a1df90f
commit
004a736297
|
@ -10,12 +10,7 @@
|
||||||
"playlist:update": "node scripts/commands/playlist/update.js",
|
"playlist:update": "node scripts/commands/playlist/update.js",
|
||||||
"playlist:lint": "npx m3u-linter -c m3u-linter.json",
|
"playlist:lint": "npx m3u-linter -c m3u-linter.json",
|
||||||
"readme:update": "node scripts/commands/readme/update.js",
|
"readme:update": "node scripts/commands/readme/update.js",
|
||||||
"test": "jest --runInBand",
|
"test": "jest --runInBand"
|
||||||
"test:commands": "jest --runInBand -- commands",
|
|
||||||
"test:commands:database": "jest --runInBand -- database",
|
|
||||||
"test:commands:playlist": "jest --runInBand -- playlist",
|
|
||||||
"test:commands:stream": "jest --runInBand -- stream",
|
|
||||||
"test:commands:readme": "jest --runInBand -- readme"
|
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"testRegex": "tests/(.*?/)?.*test.js$",
|
"testRegex": "tests/(.*?/)?.*test.js$",
|
||||||
|
|
Loading…
Reference in New Issue