1
1
import { createTestApp , patchDevkitTreeToExposeTypeScript } from '@angular/cdk/schematics/testing' ;
2
2
import { SchematicTestRunner , UnitTestTree } from '@angular-devkit/schematics/testing' ;
3
- import { Schema } from '../schema' ;
3
+ import { Schema } from '../../../ schema' ;
4
4
import { runfiles } from '@bazel/runfiles' ;
5
5
6
6
describe ( 'button styles' , ( ) => {
@@ -42,8 +42,8 @@ describe('button styles', () => {
42
42
@include mat.mdc-button-typography($theme);
43
43
@include mat.mdc-fab-theme($theme);
44
44
@include mat.mdc-fab-typography($theme);
45
- @include mat.mdc-icon-theme($theme);
46
- @include mat.mdc-icon-typography($theme);
45
+ @include mat.mdc-icon-button- theme($theme);
46
+ @include mat.mdc-icon-button- typography($theme);
47
47
` ,
48
48
) ;
49
49
} ) ;
@@ -62,8 +62,8 @@ describe('button styles', () => {
62
62
@include arbitrary.mdc-button-typography($theme);
63
63
@include arbitrary.mdc-fab-theme($theme);
64
64
@include arbitrary.mdc-fab-typography($theme);
65
- @include arbitrary.mdc-icon-theme($theme);
66
- @include arbitrary.mdc-icon-typography($theme);
65
+ @include arbitrary.mdc-icon-button- theme($theme);
66
+ @include arbitrary.mdc-icon-button- typography($theme);
67
67
` ,
68
68
) ;
69
69
} ) ;
@@ -85,14 +85,14 @@ describe('button styles', () => {
85
85
@include mat.mdc-button-typography($light-theme);
86
86
@include mat.mdc-fab-theme($light-theme);
87
87
@include mat.mdc-fab-typography($light-theme);
88
- @include mat.mdc-icon-theme($light-theme);
89
- @include mat.mdc-icon-typography($light-theme);
88
+ @include mat.mdc-icon-button- theme($light-theme);
89
+ @include mat.mdc-icon-button- typography($light-theme);
90
90
@include mat.mdc-button-theme($dark-theme);
91
91
@include mat.mdc-button-typography($dark-theme);
92
92
@include mat.mdc-fab-theme($dark-theme);
93
93
@include mat.mdc-fab-typography($dark-theme);
94
- @include mat.mdc-icon-theme($dark-theme);
95
- @include mat.mdc-icon-typography($dark-theme);
94
+ @include mat.mdc-icon-button- theme($dark-theme);
95
+ @include mat.mdc-icon-button- typography($dark-theme);
96
96
` ,
97
97
) ;
98
98
} ) ;
@@ -117,8 +117,8 @@ describe('button styles', () => {
117
117
@include mat.mdc-button-typography($theme);
118
118
@include mat.mdc-fab-theme($theme);
119
119
@include mat.mdc-fab-typography($theme);
120
- @include mat.mdc-icon-theme($theme);
121
- @include mat.mdc-icon-typography($theme);
120
+ @include mat.mdc-icon-button- theme($theme);
121
+ @include mat.mdc-icon-button- typography($theme);
122
122
123
123
124
124
` ,
0 commit comments