Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: export new schema and refactor tests for future #72

Merged
merged 2 commits into from
Jun 24, 2021

Conversation

derberg
Copy link
Member

@derberg derberg commented Jun 24, 2021

No description provided.

test/index.js Outdated

describe('AsyncAPI', () => {
it('should return an object', () => {
const asyncapi = require('..');
assert(typeof asyncapi === 'object', 'Returned value is not an object.');
});

// Version 2.0.0
it('should check if json schema is exported and if it matches the oryginal file', () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oryginal eh?

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@derberg derberg merged commit fdf6a37 into asyncapi:2021-06-release Jun 24, 2021
@derberg derberg deleted the expose-new-schema branch June 24, 2021 14:45
@asyncapi-bot
Copy link
Contributor

🎉 This PR is included in version 2.8.0-2021-06-release.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants