Skip to content

Instantly share code, notes, and snippets.

@n8rzz
Created April 30, 2022 19:58
Show Gist options
  • Save n8rzz/d1e1b82864e2a587f5b59b25ea6ff483 to your computer and use it in GitHub Desktop.
Save n8rzz/d1e1b82864e2a587f5b59b25ea6ff483 to your computer and use it in GitHub Desktop.
jest.stores.config.js
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