Skip to content

Instantly share code, notes, and snippets.

@12
Last active February 13, 2020 15:24
Show Gist options
  • Save 12/f16956ec0cb796aedfad27c99494a7c1 to your computer and use it in GitHub Desktop.
Save 12/f16956ec0cb796aedfad27c99494a7c1 to your computer and use it in GitHub Desktop.
module.exports = {
projects: [
{
displayName: 'client',
testEnvironment: 'jsdom',
setupFilesAfterEnv: ['./jest.setup.js'],
testMatch: ['**/client/**/*.test.js?(x)'],
},
{
displayName: 'node',
testEnvironment: 'node',
testMatch: ['**/api/**/*.test.js'],
},
],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment