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

22 lines
191 B
JavaScript

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