mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-24 17:23:07 +01:00
* remove debugger * switch back to mocha * remove jest config from package.json * remove old browser test support files * remove unnecessary assert-json helper
12 lines
129 B
JavaScript
12 lines
129 B
JavaScript
|
|
import 'babel-polyfill'
|
|
|
|
/**
|
|
* Tests.
|
|
*/
|
|
|
|
import './rendering'
|
|
import './schema'
|
|
import './serializers'
|
|
import './transforms'
|