Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
d0ed84507b9bc36e9751ddc6f10e3402c049146f
d0ed84507b9bc36e9751ddc6f10e3402c049146f
Switch branch/tag
create-react-app
packages
react-scripts
fixtures
kitchensink
jest.integration.config.js
Find file
Normal view
History
Permalink
jest.integration.config.js
92 Bytes
Newer
Older
Convert test suite to Jest (#4550)
Jack Zhao
committed
6 years ago
1
2
3
4
module
.
exports
=
{
testEnvironment
:
'
node
'
,
testMatch
:
[
'
**/integration/*.test.js
'
],
};
Menu
Explore
Projects
Groups
Snippets