Skip to content

Commit 9caa847

Browse files
committedFeb 20, 2023
chore: remove test from #12584 because it causes test failures
1 parent 41a2ea3 commit 9caa847

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎test/browser.test.js

-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ describe('browser', function() {
2020
exec('node --eval "require(\'./lib/browser\')"', done);
2121
});
2222

23-
it('require() works in an environment where process.versions is an empty object (gh-5842)', function(done) {
24-
exec('node --eval "Object.defineProperty(process, \'versions\', { value: {} }); require(\'./dist/browser.umd\')"', done);
25-
});
26-
2723
it('using schema (gh-7170)', function(done) {
2824
exec('node --eval "const mongoose = require(\'./lib/browser\'); new mongoose.Schema();"', done);
2925
});

0 commit comments

Comments
 (0)
Please sign in to comment.