Closed rzhw closed 4 years ago
As set up in package.json currently, yarn test will run jest and eslint ..
yarn test
jest
eslint .
Closes #9, Closes #11
Fixed CI
@nex3 Any other thoughts before merge?
As set up in package.json currently,
yarn test
will runjest
andeslint .
.Closes #9, Closes #11