Created
October 20, 2019 18:34
-
-
Save andreadellacorte/4055134a4804db30481ba42d18ed0531 to your computer and use it in GitHub Desktop.
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
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