Skip to content

Commit 53767ab

Browse files
evpozdniakovhuafu
authored andcommittedOct 6, 2018
fix(typings): typo in presets definition file
1 parent 90beca8 commit 53767ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

Diff for: ‎presets/index.d.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { TsJestPresets } from '../dist/types'
22

3-
export const defaults: TsJesPresets
4-
export const jsWithTs: TsJesPresets
5-
export const jsWithBabel: TsJesPresets
3+
export const defaults: TsJestPresets
4+
export const jsWithTs: TsJestPresets
5+
export const jsWithBabel: TsJestPresets

0 commit comments

Comments
 (0)
Please sign in to comment.