1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-24 17:23:07 +01:00
slate/test/browser.js
2016-06-23 11:36:43 -07:00

22 lines
191 B
JavaScript

/**
* Polyfills.
*/
require('babel-polyfill')
/**
* Dependencies.
*/
const assert = require('assert')
const Editor = require('..')
/**
* Tests.
*/
describe('browser', () => {
})