]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
feat: add unit tests using vitest (#377)
authorCoolPlayLin <coolplaylin@qq.com>
Sat, 25 Nov 2023 09:53:40 +0000 (17:53 +0800)
committerGitHub <noreply@github.com>
Sat, 25 Nov 2023 09:53:40 +0000 (10:53 +0100)
commit8b6c2cdc09ae517b1747b71fb75eaa592f9aab8f
treeae1d47623db1a7af4bfbff30f73620021fd4343c
parent5ba8f64e484accc865f761397f5c68b395d38c55
feat: add unit tests using vitest (#377)
.github/workflows/ci.yml
__test__/getCommand.spec.ts [new file with mode: 0644]
__test__/sortDependencies.spec.ts [new file with mode: 0644]
package.json
pnpm-lock.yaml
vitest.config.ts [new file with mode: 0644]