]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
feat!: add Vitest template (#29)
authorHaoqun Jiang <haoqunjiang@gmail.com>
Wed, 19 Jan 2022 04:20:56 +0000 (12:20 +0800)
committerGitHub <noreply@github.com>
Wed, 19 Jan 2022 04:20:56 +0000 (12:20 +0800)
commit81b1f4783374e0f1b017553962bc8bff98b08b59
tree90055e67694e997638fdb367a437626734e77bc8
parentbb14f5cd8fdd825bb82bd5e54bb5a3fe5b2d0526
feat!: add Vitest template (#29)
25 files changed:
.github/workflows/ci.yml
index.js
pnpm-lock.yaml
scripts/snapshot.mjs
scripts/test.mjs
template/code/router/cypress/integration/example.spec.js [deleted file]
template/code/router/src/components/__tests__/HelloWorld.spec.js [deleted file]
template/code/typescript-default/cypress/integration/example.spec.ts [deleted file]
template/code/typescript-default/src/components/__tests__/HelloWorld.spec.ts [deleted file]
template/code/typescript-router/cypress/integration/example.spec.ts [deleted file]
template/code/typescript-router/src/components/__tests__/HelloWorld.spec.ts [deleted file]
template/config/cypress-ct/cypress.json [new file with mode: 0644]
template/config/cypress-ct/cypress/plugins/index.js [new file with mode: 0644]
template/config/cypress-ct/cypress/plugins/index.ts [moved from template/config/typescript/cypress/plugins/index.ts with 100% similarity]
template/config/cypress-ct/package.json [new file with mode: 0644]
template/config/cypress-ct/src/components/__tests__/HelloWorld.spec.js [moved from template/code/default/src/components/__tests__/HelloWorld.spec.js with 100% similarity]
template/config/cypress/cypress.json
template/config/cypress/cypress/integration/example.spec.js [moved from template/code/default/cypress/integration/example.spec.js with 100% similarity]
template/config/cypress/cypress/plugins/index.js
template/config/cypress/cypress/plugins/index.ts [new file with mode: 0644]
template/config/cypress/package.json
template/config/vitest/package.json [new file with mode: 0644]
template/config/vitest/src/components/__tests__/HelloWorld.spec.js [new file with mode: 0644]
utils/generateReadme.js
utils/renderEslint.js