mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-24 23:03:45 +00:00
7 lines
149 B
JavaScript
7 lines
149 B
JavaScript
require('./draftail.entry');
|
|
|
|
describe('draftail.entry', () => {
|
|
it('exposes global', () => {
|
|
expect(window.draftail).toBeDefined();
|
|
});
|
|
});
|