Skip to content

Commit

Permalink
using bson package UUID in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenagger committed Feb 7, 2021
1 parent 01fbef6 commit cb6dae5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/js/realm-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ const Realm = require('realm');
const TestCase = require('./asserts');
const schemas = require('./schemas');
const Utils = require('./test-utils');
const { Decimal128, ObjectId } = require("bson");
const UUID = Realm._UUID;
const { Decimal128, ObjectId, UUID } = require("bson");

let pathSeparator = '/';
const isNodeProcess = typeof process === 'object' && process + '' === '[object process]';
Expand Down

0 comments on commit cb6dae5

Please sign in to comment.