We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4904470 commit ba785bfCopy full SHA for ba785bf
src/workerd/server/tests/container-client/test.js
@@ -35,6 +35,9 @@ export class DurableObjectExample extends DurableObject {
35
}
36
assert.strictEqual(container.running, false);
37
38
+ // expect failure
39
+ assert.notEqual(0, 0);
40
+
41
// Start container with valid configuration
42
await container.start({
43
env: { A: 'B', C: 'D', L: 'F' },
0 commit comments