Update bundle.test.js

This commit is contained in:
Luis Tejeda
2022-06-08 17:07:57 -05:00
parent bb3a3c00d9
commit fcf43811d0

View File

@@ -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);