Skip to content

Commit a790e5b

Browse files
authored
Merge pull request #233 from SalesforceCommerceCloud/W-18764378/oasdiff-on-multi-vers-of-api
W 18764378/oasdiff on multi vers of api
2 parents fc946fc + 3f50f81 commit a790e5b

File tree

5 files changed

+1071
-130
lines changed

5 files changed

+1071
-130
lines changed

src/diff/diffCommand.test.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { Rule } from "json-rules-engine";
1313
import chai from "chai";
1414
import chaiFs from "chai-fs";
1515

16-
import { DiffCommand as cmd, DiffCommand } from "./diffCommand";
16+
import { DiffCommand as cmd } from "./diffCommand";
1717
import * as diffDirectories from "./diffDirectories";
1818
import { NodeChanges } from "./changes/nodeChanges";
1919
import { ApiChanges } from "./changes/apiChanges";
@@ -23,11 +23,7 @@ import { CategorizedChange } from "./changes/categorizedChange";
2323
import { RuleCategory } from "./ruleCategory";
2424
import * as oasDiff from "./oasDiff";
2525

26-
import proxyquire from "proxyquire";
27-
import sinon from "sinon";
28-
2926
chai.use(chaiFs);
30-
const pq = proxyquire.noCallThru();
3127

3228
const nodeChanges = new NodeChanges("test-id", ["test:type"]);
3329
nodeChanges.added = { "core:name": "oldName" };

0 commit comments

Comments
 (0)