Skip to content

Commit

Permalink
Merge pull request #70 from edx/add-testing-for-support-tools
Browse files Browse the repository at this point in the history
test(support-tools-page): add testing for support tools page
  • Loading branch information
awaisdar001 authored Nov 9, 2020
2 parents 5f485f8 + 024293e commit a5971d3
Show file tree
Hide file tree
Showing 27 changed files with 1,143 additions and 129 deletions.
7 changes: 4 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
const { createConfig } = require('@edx/frontend-build');

module.exports = createConfig('jest', {
setupFiles: [
'<rootDir>/src/setupTest.js',
],
setupFiles: ['<rootDir>/src/setupTest.js'],
collectCoverage: true,
collectCoverageFrom: ['src/**/*.{js,jsx}'],
coveragePathIgnorePatterns: [
'/node_modules/',
'src/setupTest.js',
'src/i18n',
],
Expand Down
Loading

0 comments on commit a5971d3

Please sign in to comment.