From 004a736297e701bddca93ee67555c106d9b6cef3 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 12 Feb 2022 03:12:04 +0300 Subject: [PATCH] Update package.json --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index 9efcfb8250..e81bfe8d2e 100644 --- a/package.json +++ b/package.json @@ -10,12 +10,7 @@ "playlist:update": "node scripts/commands/playlist/update.js", "playlist:lint": "npx m3u-linter -c m3u-linter.json", "readme:update": "node scripts/commands/readme/update.js", - "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" + "test": "jest --runInBand" }, "jest": { "testRegex": "tests/(.*?/)?.*test.js$",