Skip to content

Commit

Permalink
chore: removed jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Mar 7, 2024
1 parent 4a12207 commit 237cf05
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 46 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/jest-testing.yml

This file was deleted.

12 changes: 0 additions & 12 deletions jest.config.ts

This file was deleted.

2 changes: 2 additions & 0 deletions tests/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ describe("Worker tests", () => {
WEBHOOK_SECRET: "",
APP_ID: "",
PRIVATE_KEY: "",
PLUGIN_CHAIN_STATE: {} as KVNamespace,
});
expect(res.status).toEqual(500);
consoleSpy.mockReset();
Expand All @@ -67,6 +68,7 @@ describe("Worker tests", () => {
WEBHOOK_SECRET: process.env.WEBHOOK_SECRET,
APP_ID: process.env.APP_ID,
PRIVATE_KEY: process.env.PRIVATE_KEY,
PLUGIN_CHAIN_STATE: {} as KVNamespace,
});
expect(res.status).toEqual(200);
});
Expand Down

0 comments on commit 237cf05

Please sign in to comment.