Skip to content
GitLab
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
7b1a32be6ec9f99a6c9a3c66813f3ac09c4736b9
7b1a32be6ec9f99a6c9a3c66813f3ac09c4736b9
Switch branch/tag
create-react-app
fixtures
smoke
builds-with-multiple-runtimes
package.json
Find file
Normal view
History
Permalink
package.json
116 Bytes
Newer
Older
Run behavioral smoke tests with Jest, add output tests (#5150)
Joe Haddad
committed
6 years ago
1
2
3
4
5
{
"dependencies"
:
{
"dva"
:
"2.4.0"
,
"ky"
:
"0.3.0"
,
"react"
:
"latest"
,
Polish webpack message output (#5174)
Joe Haddad
committed
6 years ago
6
"react-dom"
:
"latest"
Run behavioral smoke tests with Jest, add output tests (#5150)
Joe Haddad
committed
6 years ago
7
8
}
}