Skip to content

Commit

Permalink
fix(typings): typo in presets definition file
Browse files Browse the repository at this point in the history
  • Loading branch information
evpozdniakov authored and huafu committed Oct 6, 2018
1 parent 90beca8 commit 53767ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions presets/index.d.ts
@@ -1,5 +1,5 @@
import { TsJestPresets } from '../dist/types'

export const defaults: TsJesPresets
export const jsWithTs: TsJesPresets
export const jsWithBabel: TsJesPresets
export const defaults: TsJestPresets
export const jsWithTs: TsJestPresets
export const jsWithBabel: TsJestPresets

0 comments on commit 53767ab

Please sign in to comment.