gap-front-prototype
v1.0.2
Published
``` yarn init yarn global add jest yarn add babel-core babel-jest babel-preset-env regenerator-runtime --dev ```
Downloads
5
Readme
yarn init
yarn global add jest
yarn add babel-core babel-jest babel-preset-env regenerator-runtime --dev
package.json
{
"scripts": {
"test": "npm run jest && npm run eslint",
"jest": "jest",
"eslint": "eslint ."
},
}