diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-12-29 00:03:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-29 05:03:55 +0000 |
commit | 088625266852bf1f86e3f6bc788f85356dafcd5d (patch) | |
tree | b4d57d385aacba6f322d28eccdc0fc889c5e694b /vitest.config.js | |
parent | 50c8480a6cc851dbf0c288e688d2cdf08f592f49 (diff) |
Update vitest (#484)
* Update vitest dependencies
* Fix issues
Diffstat (limited to 'vitest.config.js')
-rw-r--r-- | vitest.config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vitest.config.js b/vitest.config.js index b0d1e4e3..fff50b6c 100644 --- a/vitest.config.js +++ b/vitest.config.js @@ -23,7 +23,6 @@ export default defineConfig({ 'dev/lib/**', 'test/playwright/**' ], - // @ts-expect-error - Appears to not be defined in the type definitions (https://vitest.dev/advanced/pool) poolOptions: { threads: { useAtomics: true |