Skip to content

Commit 5e05adf

Browse files
Narretzpetebacondarwin
authored andcommitted
test($compile): fix tplrt tests for templateUrl
1 parent 49674c6 commit 5e05adf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/ng/compileSpec.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -2044,7 +2044,9 @@ describe('$compile', function() {
20442044

20452045
describe('replace and not exactly one root element', function() {
20462046

2047-
beforeEach(module(function() {
2047+
beforeEach(module(function($exceptionHandlerProvider) {
2048+
2049+
$exceptionHandlerProvider.mode('log');
20482050

20492051
directive('template', function() {
20502052
return {

0 commit comments

Comments
 (0)