Skip to content

Commit c47aa07

Browse files
committed
adds use of the cloneDeep library
1 parent ba5741f commit c47aa07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/src/Convertor.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const validator = require("oas-validator");
55
// for external schema validation tests
66
const fetch = require("node-fetch");
77
const $RefParser = require("@apidevtools/json-schema-ref-parser");
8+
const cloneDeep = require("lodash.clonedeep");
89

910
const Convertor = require("../../src/Convertor");
1011

0 commit comments

Comments
 (0)