asyncapi / bundler

Combine multiple AsyncAPI specification files into one.
Apache License 2.0
30 stars 16 forks source link

test: add unit testing #99

Closed aeworxet closed 1 year ago

aeworxet commented 1 year ago

This PR adds unit testing as a separate Jest test suite.

Jest's .not.toThrow() assertion was not added because TypeScript will not allow anything other than string to be passed to a function whose parameter is defined as having the type of string, anyway. The type guard typeof ref === 'string' exists for the loosely typed JavaScript only.

image

aeworxet commented 1 year ago

/rtm

asyncapi-bot commented 1 year ago

:tada: This PR is included in version 0.3.8 :tada:

The release is available on:

Your semantic-release bot :package::rocket: