Skip to content

Commit

Permalink
test: remove broken jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanosdev committed Nov 6, 2023
1 parent 61267d8 commit a71cf8d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions examples/clock/tests/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import type { Config } from 'jest';

const config: Config = {
verbose: true,
detectOpenHandles: true,
detectLeaks: true,
watch: false,
preset: 'ts-jest/presets/js-with-ts',
testEnvironment: 'node',
Expand Down
3 changes: 0 additions & 3 deletions examples/counter/tests/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import type { Config } from 'jest';

const config: Config = {
verbose: true,
detectOpenHandles: true,
detectLeaks: true,
watch: false,
preset: 'ts-jest/presets/js-with-ts',
testEnvironment: 'node',
Expand Down
3 changes: 0 additions & 3 deletions examples/todo/tests/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import type { Config } from 'jest';

const config: Config = {
verbose: true,
detectOpenHandles: true,
detectLeaks: true,
watch: false,
preset: 'ts-jest/presets/js-with-ts',
testEnvironment: 'node',
Expand Down

0 comments on commit a71cf8d

Please sign in to comment.