1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-24 17:23:07 +01:00
slate/test/index.js
Ian Storm Taylor 1f60d4c9ab Revert jest (#507)
* remove debugger

* switch back to mocha

* remove jest config from package.json

* remove old browser test support files

* remove unnecessary assert-json helper
2016-12-07 15:16:49 -08:00

12 lines
129 B
JavaScript

import 'babel-polyfill'
/**
* Tests.
*/
import './rendering'
import './schema'
import './serializers'
import './transforms'