Skip to content

Commit

Permalink
fix: add check that $ref value is a string (asyncapi#92)
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Urbańczyk <[email protected]>
  • Loading branch information
aeworxet and magicmatatjahu committed Nov 3, 2022
1 parent e42cf8d commit 0e23d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/index.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { describe, expect, test, jest } from '@jest/globals';
import { describe, expect, test } from '@jest/globals';
import bundle from '../../src';
import fs from 'fs';
import path from 'path';
Expand Down

0 comments on commit 0e23d81

Please sign in to comment.