Skip to content

Instantly share code, notes, and snippets.

@agm1984
Created July 10, 2020 06:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agm1984/a972f0ca6a66ce174e5e2b54e2dedd5c to your computer and use it in GitHub Desktop.
Save agm1984/a972f0ca6a66ce174e5e2b54e2dedd5c to your computer and use it in GitHub Desktop.
`.babelrc` settings for Laravel + Vue + Jest
{
"env": {
"test": {
"presets": [["@babel/preset-env", { "targets": { "node": "current" } }]]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment