We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5fade commit eb9ceb9Copy full SHA for eb9ceb9
packages/e2e-tests/test/test-shell.ts
@@ -52,7 +52,6 @@ export function cleanTestShellsAfter() {
52
});
53
54
after('kill all TestShell instances', async function (this: Mocha.Context) {
55
- assert(testShellEnabled, 'Expected TestShell to be enabled');
56
testShellEnabled = false;
57
await TestShell.killAll();
58
0 commit comments