Skip to content

Commit

Permalink
Update test/integration/get-payload.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: wolfy1339 <4595477+wolfy1339@users.noreply.github.com>
  • Loading branch information
Uzlopak and wolfy1339 authored Dec 3, 2023
1 parent 0af1e13 commit bf11f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/get-payload.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import EventEmitter from "node:events";
import { getPayload } from "../../src/middleware/node/get-payload";
import { getPayload } from "../../src/middleware/node/get-payload.ts";

describe("getPayload", () => {
it("returns a promise", () => {
Expand Down

0 comments on commit bf11f2f

Please sign in to comment.