Update package.json

This commit is contained in:
Aleksandr Statciuk 2022-02-12 03:12:04 +03:00
parent 0c3a1df90f
commit 004a736297
1 changed files with 1 additions and 6 deletions

View File

@ -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$",