From 023884e47a462aa9f75fe1364add95be2993784c Mon Sep 17 00:00:00 2001 From: Ellen Arteca Date: Fri, 6 Sep 2024 11:51:09 -0700 Subject: [PATCH] fix js test import --- feature_tests/js/test/option.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature_tests/js/test/option.mjs b/feature_tests/js/test/option.mjs index d1889fb91..3181f800d 100644 --- a/feature_tests/js/test/option.mjs +++ b/feature_tests/js/test/option.mjs @@ -1,6 +1,6 @@ import test from 'ava'; -import { OptionOpaque, OptionInputStruct, OptionEnum } from "diplomat-wasm-js-feature-tests"; +import { OptionOpaque, OptionInputStruct } from "diplomat-wasm-js-feature-tests"; test("Verify option methods", t => { const o = OptionOpaque.new_(5);