We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aad4394 + 9800d93 commit ab077deCopy full SHA for ab077de
.github/workflows/test.yml
@@ -59,3 +59,5 @@ jobs:
59
run: npm install
60
- name: Linting
61
run: npm run lint
62
+ - name: Testing
63
+ run: npm run test
jest.config.js
@@ -16,9 +16,7 @@ module.exports = {
16
'.+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$': 'jest-transform-stub',
17
'^.+\\.js$': 'babel-jest',
18
},
19
- transformIgnorePatterns: [
20
- '<rootDir>/node_modules/',
21
- ],
+ transformIgnorePatterns: [],
22
23
24
testMatch: [
0 commit comments