nuxt ava e2e单元测试::test_tube:Nuxt + Ava用于端到端和单元测试 源码
Nuxt和Ava 带有应用->单元测试和E2E测试 构建设置 # install dependencies $ npm install # serve with hot reload at localhost:3000 $ npm run dev # build for production and launch server $ npm run build $ npm start # generate static project $ npm run generate # run e2e tests $ npm run test:e2e # run unit tests $ npm run
用户评论