This website requires JavaScript.
Explore
Help
Register
Sign In
Zengtudor
/
Nuxt
Watch
1
Star
0
Fork
0
You've already forked Nuxt
mirror of
https://github.com/nuxt/nuxt.git
synced
2024-11-05 21:53:56 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7998516b85
Nuxt
/
.babelrc
14 lines
695 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add jest
2018-03-18 07:56:41 +00:00
{
"env": {
"test": {
"presets": [
chore(tests): set node to current for .babelrc (#3466) This skips quite many transforms, potentially speeding up the tests.
2018-06-22 10:45:53 +00:00
["env", {
"targets": {
"node": "current"
}
}]
add jest
2018-03-18 07:56:41 +00:00
]
}
}
}
Reference in New Issue
Copy Permalink