two.js 184 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 /* global describe, it, expect */ describe('src', function () { require('../../index')({ src: '}}' }) it('works', function () { expect(window.lol()).eql('DIV') }) })