chore: upgrade vitest and add it as dep on each workspace (#8223)

This commit is contained in:
Almeida
2022-07-04 10:51:48 +01:00
committed by GitHub
parent c7a205f7b9
commit 68ade870f8
10 changed files with 217 additions and 183 deletions

View File

@@ -55,6 +55,7 @@
"eslint": "^8.18.0",
"prettier": "^2.7.1",
"tsup": "^6.1.2",
"typescript": "^4.7.4"
"typescript": "^4.7.4",
"vitest": "^0.17.0"
}
}