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.
1 parent 77b576c commit 4a3cecdCopy full SHA for 4a3cecd
jest.config.js
@@ -1,6 +1,6 @@
1
module.exports = {
2
setupFilesAfterEnv: ['./jest.setup.js'],
3
- testMatch: ['<rootDir>/src/**/?(*.)+(spec|test).[jt]s?(x)'],
+ testMatch: ['<rootDir>/src/**/*.(spec|test).[jt]s?(x)'],
4
moduleNameMapper: {
5
'^@reduxjs/toolkit$': '<rootDir>/src/index.ts', // @remap-prod-remove-line
6
'^@reduxjs/toolkit/query$': '<rootDir>/src/query/index.ts', // @remap-prod-remove-line
0 commit comments