Skip to content

Commit

Permalink
refactor: Rename examples dir to test
Browse files Browse the repository at this point in the history
  • Loading branch information
joncursi committed Sep 26, 2024
1 parent f665129 commit 09cfa3a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { JestConfigWithTsJest } from 'ts-jest';
const config: JestConfigWithTsJest = {
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
preset: 'ts-jest',
roots: ['<rootDir>/examples'],
roots: ['<rootDir>/test'],
setupFilesAfterEnv: ['./jest.setup.ts'],
testEnvironment: 'jsdom',
transform: {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 09cfa3a

Please sign in to comment.