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 dbdbfb4 commit 4df0c67Copy full SHA for 4df0c67
src/material-experimental/mdc-checkbox/testing/checkbox-harness.spec.ts
@@ -2,6 +2,6 @@ import {MatCheckboxModule} from '../index';
2
import {MatCheckboxHarness} from './checkbox-harness';
3
import {runHarnessTests} from '@angular/material/checkbox/testing/shared.spec';
4
5
-describe('MDC-based MatCheckboxHarness', () => {
+fdescribe('MDC-based MatCheckboxHarness', () => {
6
runHarnessTests(MatCheckboxModule, MatCheckboxHarness as any);
7
});
0 commit comments