Skip to content

Commit

Permalink
chore: formatting and update package lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
prathameshkoshti committed Oct 4, 2024
1 parent 7fe18a4 commit d478722
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Config } from 'jest'
import nextJest from 'next/jest.js'
import type { Config } from 'jest';
import nextJest from 'next/jest.js';

const createJestConfig = nextJest({
// Provide the path to your Next.js app to load next.config.js and .env files in your test environment
Expand Down
120 changes: 120 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d478722

Please sign in to comment.