Skip to content

Commit

Permalink
fix: adds missing function import
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet committed Jan 10, 2025
1 parent a295e72 commit 04cdd9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/core/plugins/oas31/components/fn.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { fromJS } from "immutable"
import { isOAS31 } from "core/plugins/oas31/fn";

const isOAS31Shorthand = (version) => isOAS31(fromJS({
Expand Down

0 comments on commit 04cdd9c

Please sign in to comment.