Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

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 #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

+1-1
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)