♻️ Add a test for internal waitUntil

This commit is contained in:
Baptiste Arnaud
2024-04-16 12:56:47 +02:00
parent 8d62898d15
commit 87f5d8515a
89 changed files with 1029 additions and 1154 deletions

View File

@@ -12473,10 +12473,18 @@
}
}
}
},
"runtime": {
"type": "string",
"enum": [
"edge",
"nodejs"
]
}
},
"required": [
"messages"
"messages",
"runtime"
]
},
"lastBubbleBlockId": {
@@ -12753,6 +12761,13 @@
true
]
},
"runtime": {
"type": "string",
"enum": [
"edge",
"nodejs"
]
},
"lastBubbleBlockId": {
"type": "string"
},
@@ -12762,7 +12777,8 @@
},
"required": [
"type",
"stream"
"stream",
"runtime"
],
"title": "Exec stream"
},