mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
432720b8c8
* fix: appveyor test failure * ci: bring back yarn cache * ci: turn off matrix * refactor: use babel instead of esm in jest * refactor: use es modules in fixtures
15 lines
209 B
Plaintext
15 lines
209 B
Plaintext
{
|
|
"env": {
|
|
"test": {
|
|
"presets": [
|
|
["@babel/env", {
|
|
"targets": {
|
|
"node": "current"
|
|
}
|
|
}]
|
|
],
|
|
"plugins": ["dynamic-import-node"]
|
|
}
|
|
}
|
|
}
|