We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ddeba commit 4758b88Copy full SHA for 4758b88
test/lib/migrator/classic-to-nested-test.js
@@ -1,10 +1,9 @@
1
-const assertDiff = require('assert-diff');
2
-const fixturify = require('fixturify');
+//const assertDiff = require('assert-diff');
3
const fse = require('fs-extra');
4
-const path = require('path');
5
-const Migrator = require('../../../lib/migrator');
+//const path = require('path');
+//const Migrator = require('../../../lib/migrator');
6
7
-assertDiff.options.strict = true;
+//assertDiff.options.strict = true;
8
9
describe('structure = nested', function () {
10
beforeEach(function () {
0 commit comments