Skip to content

Commit

Permalink
fix: askBirthday unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
attilazsoltdanku committed Nov 9, 2023
1 parent b995283 commit 31c577c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/askBirthday.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import "@/testUtils/mocks/mockSlackApp";
import "@/testUtils/mocks/mockDb";

import type { Mock } from "vitest";
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
Expand Down

0 comments on commit 31c577c

Please sign in to comment.