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

22 lines
191 B
JavaScript
Raw Normal View History

2016-06-15 12:07:12 -07:00
/**
* Polyfills.
*/
require('babel-polyfill')
/**
* Dependencies.
*/
const assert = require('assert')
const Editor = require('..')
/**
* Tests.
*/
describe('browser', () => {
})