File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import '../_specs.dart';
4
4
import 'package:angular/core_dom/directive_injector.dart' ;
5
5
6
6
7
- forBothCompilers (fn) {
7
+ withElementProbeConfig (fn) {
8
8
describe ('with ElementProbe enabled' , () {
9
9
beforeEachModule ((Module m) {
10
10
return m;
@@ -22,7 +22,7 @@ forBothCompilers(fn) {
22
22
}
23
23
24
24
forAllCompilersAndComponentFactories (fn) {
25
- forBothCompilers (fn);
25
+ withElementProbeConfig (fn);
26
26
27
27
describe ('transcluding components' , () {
28
28
beforeEachModule ((Module m) {
@@ -35,7 +35,7 @@ forAllCompilersAndComponentFactories(fn) {
35
35
}
36
36
37
37
void main () {
38
- forBothCompilers ((compilerType) =>
38
+ withElementProbeConfig ((compilerType) =>
39
39
describe ('TranscludingComponentFactory' , () {
40
40
TestBed _;
41
41
You can’t perform that action at this time.
0 commit comments