Skip to content

Commit

Permalink
Move event.test to tests/subscriber/
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Jan 21, 2025
1 parent aa59171 commit 447def9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/event.test.ts → tests/subscriber/event.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { emitterEventNames } from "@octokit/webhooks";
import { describe, expect, test } from "vitest";
import { SubscribedEvents } from "../src/subscriber/event";
import { SubscribedEvents } from "../../src/subscriber/event";

describe("subscribed events", () => {
test("Each subscribed event is a subset of emitter event names", () => {
Expand Down

0 comments on commit 447def9

Please sign in to comment.