We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f3073 commit 1782f47Copy full SHA for 1782f47
bookshop
bookstore
tests/consuming-actions.test.js
@@ -36,7 +36,7 @@ describe("Consuming actions locally", () => {
36
37
it("calls unbound actions - positional args variant", async () => {
38
// Use a managed transaction to create a continuation with an authenticated user
39
- let p = await cats.tx(alice, () => cats.submitOrder(BOOK_ID, QUANTITY))
+ let p = cats.tx(alice, () => cats.submitOrder(BOOK_ID, QUANTITY))
40
return expect(p).to.be.fulfilled
41
});
42
0 commit comments