diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index f09b939..1f6b8e3 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -21,4 +21,4 @@ jobs: - run: npm ci - run: npm audit - run: npm run build --if-present - - run: npm test -- --passWithNoTests + - run: npm test diff --git a/package.json b/package.json index 247b992..7a2cccc 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,9 @@ "scripts": { "start": "node index.js", "dev": "nodemon index.js", - "test": "jest" + "test": "npm run test:unit", + "test:unit": "jest --passWithNoTests" + }, "author": "", "license": "ISC",