Skip to content

Instantly share code, notes, and snippets.

@andreadellacorte
Created October 20, 2019 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreadellacorte/4055134a4804db30481ba42d18ed0531 to your computer and use it in GitHub Desktop.
Save andreadellacorte/4055134a4804db30481ba42d18ed0531 to your computer and use it in GitHub Desktop.
module.exports = {
projects: [
{
displayName: "test",
setupFiles: [
"<rootDir>/jest.setup.js"
],
testMatch: [
"<rootDir>/src/__tests__/*.spec.js"
]
}
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment