Test that App Scan can read plist

This commit is contained in:
Sam Carlton 2022-07-16 18:37:42 -05:00
parent dc358ba5ac
commit 2a525d93d5
4 changed files with 377 additions and 44 deletions

View file

@ -11,6 +11,7 @@ const vitestConfig = {
...astroConfig.vite,
test: {
testTimeout: 60 * 1000,
setupFiles: 'tsconfig-paths/register'
}
}