Skip to content

Commit caada1b

Browse files
committed
Update
1 parent e88327d commit caada1b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/integration/env.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import { pino } from "pino";
22
import { configDotenv } from "dotenv";
33

4-
export const ROOT_TEST_BRANCH_PREFIX = process.env
5-
.ROOT_TEST_BRANCH_PREFIX as string;
6-
export const ROOT_TEMP_DIRECTORY = process.env.ROOT_TEMP_DIRECTORY as string;
4+
export const ROOT_TEST_BRANCH_PREFIX = process.env.ROOT_TEST_BRANCH_PREFIX!;
5+
export const ROOT_TEMP_DIRECTORY = process.env.ROOT_TEMP_DIRECTORY!;
76

87
configDotenv();
98

0 commit comments

Comments
 (0)