Created
April 30, 2022 19:58
-
-
Save n8rzz/d1e1b82864e2a587f5b59b25ea6ff483 to your computer and use it in GitHub Desktop.
jest.stores.config.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const { createJestConfig, jestConfig } = require('./jest.base.config'); | |
const extendedConfig = { | |
...jestConfig, | |
rootDir: '../../', | |
testRegex: '.(store|GlobalStore).test.ts$', | |
}; | |
module.exports = createJestConfig(extendedConfig); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment