There was an error while loading. Please reload this page.
1 parent d2f009c commit 22541f6Copy full SHA for 22541f6
1 file changed
test/server/replicator-test.js
@@ -3,7 +3,7 @@
3
// Tests for the inlined replicator utility (originally from https://github.com/inikulin/replicator)
4
5
const assert = require('assert');
6
-const Replicator = require('../../lib/utils/replicator').default;
+const Replicator = require('../../lib/utils/replicator');
7
const helpersGH16 = require('./helpers/gh-16');
8
9
describe('Replicator', function () {
0 commit comments