UNPKG

mocha-jsdom

Version:

Simple integration of jsdom into mocha tests

12 lines (9 loc) 184 B
/* global describe, it, expect */ describe('src', function () { require('../../index')({ src: '}}' }) it('works', function () { expect(window.lol()).eql('DIV') }) })