diff options
Diffstat (limited to 'test/test.js')
-rw-r--r-- | test/test.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.js b/test/test.js index b356912..82bc290 100644 --- a/test/test.js +++ b/test/test.js @@ -29,6 +29,7 @@ describe('jQuery Once', function () { */ beforeEach(function () { // Build the body HTML. + /* globals document */ document.body.innerHTML = '<p>This is the <span>Test</span>.</p>'; }); |