Skip to content

Commit 7a3cbb3

Browse files
committed
test(ngMessages): use strict-di for ngMessages tests
This will hopefully prevent issues similar to the one fixed by 63b100c Closes angular#7477
1 parent 0282ca9 commit 7a3cbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ngMessages/messagesSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
describe('ngMessages', function() {
4-
4+
beforeEach(inject.strictDi());
55
beforeEach(module('ngMessages'));
66

77
function they(msg, vals, spec, focus) {

0 commit comments

Comments
 (0)