Skip to content

Commit

Permalink
remove unnecessary require() breaking tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 20, 2023
1 parent a2e658f commit 10a7708
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/browser.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
* Module dependencies.
*/

require('../lib/browser');

const Document = require('../lib/browserDocument');
const Schema = require('../lib/schema');
const assert = require('assert');
Expand Down

0 comments on commit 10a7708

Please sign in to comment.