Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit d30723d

Browse files
committed
chore(tests): re-enable all tests
1 parent 2fe31d2 commit d30723d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compiler_spec.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ main() {
430430
}, throwsA(contains('No provider found for LocalAttrDirective! (resolving LocalAttrDirective)')));
431431
}));
432432

433-
iit('should publish component controller into the scope', inject(() {
433+
it('should publish component controller into the scope', inject(() {
434434
var element = $(r'<div><publish-me></publish-me></div>');
435435
$compile(element)(injector, element);
436436
$rootScope.$apply();

0 commit comments

Comments
 (0)