diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 64796f2..c9ed030 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -42,4 +42,4 @@ jobs: - name: run unit tests run: | - npm run test + jest tests/services diff --git a/package.json b/package.json index b5a8cd9..cc9bb69 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,7 @@ "scripts": { "build": "spicetify-creator", "build-local": "spicetify-creator --out=dist --minify", - "watch": "spicetify-creator --watch", - "test": "jest tests" + "watch": "spicetify-creator --watch" }, "license": "MIT", "devDependencies": {