mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-05-13 16:05:26 +02:00
12 lines
114 B
JavaScript
12 lines
114 B
JavaScript
|
|
const assert = require('assert')
|
|
const Editor = require('..')
|
|
|
|
/**
|
|
* Tests.
|
|
*/
|
|
|
|
describe('server', () => {
|
|
|
|
})
|