Skip to content

Commit

Permalink
✅ fix jest config link
Browse files Browse the repository at this point in the history
  • Loading branch information
dudeofawesome committed May 8, 2024
1 parent 221540a commit ea433fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-nest/jest.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { config } from '@code-style/jest-configs/ts-esm';
import { config } from '@code-style/jest-configs/ts/esbuild/esm';

// eslint-disable-next-line import/no-default-export
export default config;

0 comments on commit ea433fa

Please sign in to comment.