Skip to content

Commit

Permalink
Format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Sep 12, 2024
1 parent ae42ba4 commit 1c2b564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const config: Config.InitialOptions = {
// "^.+\\.test.tsx?$": "ts-jest",
// },
testEnvironment: 'node',
preset: 'ts-jest'
preset: 'ts-jest',
};

export default config;

0 comments on commit 1c2b564

Please sign in to comment.