Skip to content

Commit

Permalink
chore: remove test from #12584 because it causes test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 20, 2023
1 parent 41a2ea3 commit 9caa847
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/browser.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ describe('browser', function() {
exec('node --eval "require(\'./lib/browser\')"', done);
});

it('require() works in an environment where process.versions is an empty object (gh-5842)', function(done) {
exec('node --eval "Object.defineProperty(process, \'versions\', { value: {} }); require(\'./dist/browser.umd\')"', done);
});

it('using schema (gh-7170)', function(done) {
exec('node --eval "const mongoose = require(\'./lib/browser\'); new mongoose.Schema();"', done);
});
Expand Down

0 comments on commit 9caa847

Please sign in to comment.