Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
sesh92 committed Aug 23, 2024
1 parent 4808057 commit 78fce9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
mustEnvOrElse,
mustParseEnv,
mustParseEnvOrElse,
} from "./env.ts";
} from ".";

test("mustParseEnvOrElse should return parsed value if env variable is set", () => {
const TEST_ENV_KEY = "TEST_ENV_KEY";
Expand Down

0 comments on commit 78fce9c

Please sign in to comment.