diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 42326e3d..b5f9c360 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -183,3 +183,7 @@ jobs: full: yarn test limited-trigger: ${{ steps.js-ts-files.outputs.filtered }} limited: yarn test --findRelatedTests --passWithNoTests {} + + - name: Mocha (eslint-plugin-khan) + working-directory: ./packages/eslint-plugin-khan + run: yarn test diff --git a/config/jest/test.config.js b/config/jest/test.config.js index 8be452f4..533bf8e6 100644 --- a/config/jest/test.config.js +++ b/config/jest/test.config.js @@ -14,6 +14,7 @@ module.exports = { resetMocks: true, testEnvironment: "jest-environment-node", testMatch: ["/**/*.test.ts"], + testPathIgnorePatterns: ["/eslint-plugin-khan/"], setupFilesAfterEnv: [ "jest-extended/all", "/config/jest/test-setup.js",