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 ."
}
}
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 ."
}
}
npm i gap-front-s
0
1.0.2
MIT