chore: use vitest for unit testing plus workspace updates (#10662)

This commit is contained in:
Nathan Walker
2025-01-12 11:52:13 -08:00
committed by GitHub
parent baced677f8
commit 3dec0a5e99
32 changed files with 4927 additions and 2931 deletions

View File

@@ -106,6 +106,10 @@
"codeCoverage": true
}
}
},
"@nx/vite:test": {
"cache": true,
"inputs": ["default", "^production"]
}
},
"useDaemonProcess": false,