Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Jan 12, 2024
1 parent f87037a commit c8dbced
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Config } from 'jest';
import type { JestConfigWithTsJest } from 'ts-jest';

const jestConfig: Config = {
const jestConfig: JestConfigWithTsJest = {
testEnvironment: 'jsdom',
preset: 'ts-jest',
moduleDirectories: ['node_modules', 'src'],
Expand All @@ -16,4 +16,5 @@ const jestConfig: Config = {
},
};

module.exports = jestConfig;
// eslint-disable-next-line import/no-default-export
export default jestConfig;

0 comments on commit c8dbced

Please sign in to comment.