ipynb2html/test/setup.ts
2019-09-29 02:03:02 +02:00

7 lines
130 B
TypeScript

import 'jest'
import 'jest-chain'
import * as matchers from './support/matchers'
import './support/jsx'
expect.extend(matchers)