Skip to content

Commit 8b79d00

Browse files
committed
test: update vitest environment
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 8cfe138 commit 8b79d00

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

vitest-env.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/// <reference types='vitest/globals' />
22

33
interface ImportMetaEnv extends Readonly<import('vite').ImportMetaEnv> {
4+
readonly BASE_URL: string
45
readonly CI: 'false' | 'true'
56
readonly DEV: '1' | import('@flex-development/tutils').EmptyString
67
readonly MODE: import('@flex-development/tutils').NodeEnv.TEST
@@ -9,10 +10,7 @@ interface ImportMetaEnv extends Readonly<import('vite').ImportMetaEnv> {
910
readonly SSR: '1' | import('@flex-development/tutils').EmptyString
1011
readonly TEST: 'true'
1112
readonly VITEST: 'true'
12-
readonly VITEST_MODE: 'DEV' | 'RUN'
13-
readonly VITEST_POOL_ID: `${number}`
14-
readonly VITEST_WORKER_ID: `${number}`
15-
readonly VITE_ROOT: string
13+
readonly VITEST_CLI_WRAPPER: 'false' | 'true'
1614
readonly VITE_USER_NODE_ENV: import('@flex-development/tutils').NodeEnv.TEST
1715
readonly VITEST_SEGFAULT_RETRY: import('@flex-development/tutils').Numeric
1816
}

0 commit comments

Comments
 (0)