Skip to content

Commit

Permalink
chore: config jasmine as test runner
Browse files Browse the repository at this point in the history
due to automatic checks issue with circus salesforce#65
  • Loading branch information
mohanraj-r committed Jun 23, 2021
1 parent 8ac5bb4 commit 9f35c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
// Direct Jest to read the jest config file from integration tests
projects: ['<rootDir>', integrationTestPath],
testEnvironment: 'jsdom',
testRunner: 'jest-jasmine2',
// Custom results processor for a11y results. Only affects JSON results file output.
// To be used with jest cli options --json --outputFile
// * e.g. jest --json --outputFile jestResults.json
Expand Down
1 change: 1 addition & 0 deletions packages/test-integration/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ module.exports = {
setupFilesAfterEnv: ['<rootDir>/jest-setup.js'],
testPathIgnorePatterns: ['__tests__/wdio.test.ts'],
testEnvironment: 'jsdom',
testRunner: 'jest-jasmine2',
};

0 comments on commit 9f35c76

Please sign in to comment.