7 lines
130 B
TypeScript
7 lines
130 B
TypeScript
import 'jest'
|
|
import 'jest-chain'
|
|
|
|
import * as matchers from './support/matchers'
|
|
import './support/jsx'
|
|
|
|
expect.extend(matchers)
|