Skip to content

Commit

Permalink
fix test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinb-khan committed Dec 4, 2024
1 parent b3a5132 commit e27ef7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions config/jest/test.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
resetMocks: true,
testEnvironment: "jest-environment-node",
testMatch: ["<rootDir>/**/*.test.ts"],
testPathIgnorePatterns: ["/eslint-plugin-khan/"],
setupFilesAfterEnv: [
"jest-extended/all",
"<rootDir>/config/jest/test-setup.js",
Expand Down

0 comments on commit e27ef7e

Please sign in to comment.