Skip to content

Commit 505f79b

Browse files
committed
sdadasd
Signed-off-by: fisehara <harald@balena.io>
1 parent e65ad56 commit 505f79b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/07-metadata.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ describe('07 metadata / openAPI spec', function () {
3939
// validate the openAPI spec and expect no validator errors.
4040
try {
4141
const apiSpec = await oas.validate();
42+
console.log(`apiSpec:${JSON.stringify(apiSpec, null, 2)}`);
4243
expect(apiSpec).to.be.an('object');
4344
} catch (err) {
4445
expect(err).to.be.undefined;

0 commit comments

Comments
 (0)