Skip to content

Commit

Permalink
fix jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Dec 1, 2024
1 parent 89e6d7b commit 2b604bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { env, platform } from "node:process";
import { env } from "node:process";

/** @type {import('ts-jest').JestConfigWithTsJest} */
const config = {
Expand Down

0 comments on commit 2b604bf

Please sign in to comment.