mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
Update bundle.test.js
This commit is contained in:
@@ -799,6 +799,7 @@ describe('bundle files method - 3.0', function () {
|
|||||||
bundleFormat: 'JSON'
|
bundleFormat: 'JSON'
|
||||||
};
|
};
|
||||||
const res = await Converter.bundle(input);
|
const res = await Converter.bundle(input);
|
||||||
|
|
||||||
expect(res).to.not.be.empty;
|
expect(res).to.not.be.empty;
|
||||||
expect(res.result).to.be.true;
|
expect(res.result).to.be.true;
|
||||||
expect(JSON.stringify(res.output.data[0].bundledContent, null, 2)).to.be.equal(expected);
|
expect(JSON.stringify(res.output.data[0].bundledContent, null, 2)).to.be.equal(expected);
|
||||||
|
|||||||
Reference in New Issue
Block a user