mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-23 10:14:08 +03:00
Updates e2e tests
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
This commit is contained in:
parent
01282db0ab
commit
1236648498
@ -22,7 +22,7 @@ export declare const mySpecialJob: {
|
||||
state: "failed";
|
||||
output: object;
|
||||
} | {
|
||||
state: "retry" | "active" | "created" | "expired" | "cancelled";
|
||||
state: "retry" | "created" | "active" | "expired" | "cancelled";
|
||||
output: null;
|
||||
} | {
|
||||
state: "completed";
|
||||
|
@ -26,7 +26,7 @@ export declare const returnHelloJob: {
|
||||
state: "failed";
|
||||
output: object;
|
||||
} | {
|
||||
state: "retry" | "active" | "created" | "expired" | "cancelled";
|
||||
state: "retry" | "created" | "active" | "expired" | "cancelled";
|
||||
output: null;
|
||||
} | {
|
||||
state: "completed";
|
||||
|
@ -22,7 +22,7 @@ export declare const mySpecialJob: {
|
||||
state: "failed";
|
||||
output: object;
|
||||
} | {
|
||||
state: "retry" | "active" | "created" | "expired" | "cancelled";
|
||||
state: "retry" | "created" | "active" | "expired" | "cancelled";
|
||||
output: null;
|
||||
} | {
|
||||
state: "completed";
|
||||
|
Loading…
Reference in New Issue
Block a user