From 04cdd9cf530547ee044368ba946c204769667518 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 10 Jan 2025 10:48:41 -0500 Subject: [PATCH] fix: adds missing function import Signed-off-by: Vincent Biret --- test/unit/core/plugins/oas31/components/fn.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit/core/plugins/oas31/components/fn.js b/test/unit/core/plugins/oas31/components/fn.js index 7796f3fb699..f14420d9aae 100644 --- a/test/unit/core/plugins/oas31/components/fn.js +++ b/test/unit/core/plugins/oas31/components/fn.js @@ -1,3 +1,4 @@ +import { fromJS } from "immutable" import { isOAS31 } from "core/plugins/oas31/fn"; const isOAS31Shorthand = (version) => isOAS31(fromJS({