From 237094ca7d015e678afe51f9be3130891a22fa6e Mon Sep 17 00:00:00 2001 From: Patrick Kubiak Date: Tue, 23 Jul 2024 16:07:35 -0400 Subject: [PATCH] Fix unit tests --- test/RuleToAction.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/RuleToAction.test.js b/test/RuleToAction.test.js index d3b3337..60983c2 100644 --- a/test/RuleToAction.test.js +++ b/test/RuleToAction.test.js @@ -13,6 +13,7 @@ const sandbox = chai.spy.sandbox(); import { createEvent } from "./_mocks/event.js"; import { api } from "./_mocks/api.js"; import { setupApiSpy } from "./_helpers/setupApiSpy.js"; +import { UnauthorizedError } from "../src/init.mjs" import { convert } from "../src/RuleToAction.mjs" let event;