1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-05-13 16:05:26 +02:00
Ian Storm Taylor 567884c9f2 first commit
2016-06-15 12:07:12 -07:00

12 lines
114 B
JavaScript

const assert = require('assert')
const Editor = require('..')
/**
* Tests.
*/
describe('server', () => {
})