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
c55f213743
Nuxt
/
.babelrc
14 lines
167 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add jest
2018-03-18 07:56:41 +00:00
{
"env": {
"test": {
"presets": [
feat: upgrade to Babel 7 (#3667)
2018-08-10 13:45:58 +00:00
["@babel/env", {
"targets": {
"node": "current"
}
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
}]
add jest
2018-03-18 07:56:41 +00:00
]
}
}
}
Reference in New Issue
Copy Permalink