mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
fixing typo
This commit is contained in:
@@ -872,7 +872,7 @@ describe('bundle files method - 3.0', function () {
|
|||||||
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);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Should throw error when root files is undefinied and in data there is no root file', async function () {
|
it('Should throw error when root files is undefined and in data there is no root file', async function () {
|
||||||
let user = fs.readFileSync(schemaFromResponse + '/schemas/user.yaml', 'utf8'),
|
let user = fs.readFileSync(schemaFromResponse + '/schemas/user.yaml', 'utf8'),
|
||||||
input = {
|
input = {
|
||||||
type: 'multiFile',
|
type: 'multiFile',
|
||||||
|
|||||||
Reference in New Issue
Block a user