Skip to content

Commit e167732

Browse files
chirayukdsalsbury
authored andcommitted
test(compiler): rename forBothCompilers to withElementProbeConfig
1 parent 211f63c commit e167732

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/core_dom/compiler_spec.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import '../_specs.dart';
44
import 'package:angular/core_dom/directive_injector.dart';
55

66

7-
forBothCompilers(fn) {
7+
withElementProbeConfig(fn) {
88
describe('with ElementProbe enabled', () {
99
beforeEachModule((Module m) {
1010
return m;
@@ -22,7 +22,7 @@ forBothCompilers(fn) {
2222
}
2323

2424
forAllCompilersAndComponentFactories(fn) {
25-
forBothCompilers(fn);
25+
withElementProbeConfig(fn);
2626

2727
describe('transcluding components', () {
2828
beforeEachModule((Module m) {
@@ -35,7 +35,7 @@ forAllCompilersAndComponentFactories(fn) {
3535
}
3636

3737
void main() {
38-
forBothCompilers((compilerType) =>
38+
withElementProbeConfig((compilerType) =>
3939
describe('TranscludingComponentFactory', () {
4040
TestBed _;
4141

0 commit comments

Comments
 (0)