test.sh 293 B

1234567891011
  1. rm -rf temp-dir
  2. mkdir temp-dir
  3. cp -R test temp-dir/test
  4. cp -R lib temp-dir/lib
  5. cp -R node_modules temp-dir/node_modules
  6. cp vue-jest.js temp-dir/vue-jest.js
  7. cp package.json temp-dir/package.json
  8. cp .babelrc temp-dir/.babelrc
  9. cp tsconfig.json temp-dir/tsconfig.json
  10. cd temp-dir
  11. yarn unit:run