js-vitest template

small update for fix-jest-dom
This commit is contained in:
Alex Lohr
2022-03-14 21:39:38 +01:00
parent a29501c437
commit 5930402172
13 changed files with 1942 additions and 9 deletions
+7
View File
@@ -85,6 +85,13 @@ $ cd my-solid-project
$ npm install # or pnpm install or yarn install
```
```bash
# Javascript template
$ npx degit solidjs/templates/js-vitest my-solid-project
$ cd my-solid-project
$ npm install # or pnpm install or yarn install
```
```bash
# Typescript + vitest template
$ npx degit solidjs/templates/ts-vitest my-solid-project