Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patkub committed Jul 23, 2024
1 parent 412d557 commit 237094c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/RuleToAction.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 237094c

Please sign in to comment.