We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504dfa9 commit 9963417Copy full SHA for 9963417
tests/legacy-cli/e2e/tests/web-test-runner/basic.ts
@@ -2,9 +2,6 @@ import { noSilentNg } from '../../utils/process';
2
import { applyWtrBuilder } from '../../utils/web-test-runner';
3
4
export default async function () {
5
- // Temporary disable this test until we fix it.
6
- return;
7
-
8
await applyWtrBuilder();
9
10
const { stderr } = await noSilentNg('test');
0 commit comments