UNPKG

dom101

Version:

DOM manipulation functions.

10 lines (8 loc) 227 B
/* eslint-env jest */ var documentWidth = require('../document-width') describe('documentWidth', function () { it('works', function () { // returns 0 in jsdom expect(typeof documentWidth()).toEqual('number') }) })