Skip to content

Commit 4e2f0c0

Browse files
author
Matthew Hill
committed
attempting to debug wretched travis
1 parent e68f3c7 commit 4e2f0c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/resolveSpec.ts

+3
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ describe('Resolvables system:', function () {
100100
let originalStrictDi = $injector.strictDi;
101101
$injector.strictDi = true;
102102

103+
$injector.annotate(function fn(a) {
104+
}, true);
105+
103106
expect(() => {
104107
makePath([ "P" ]);
105108
}).toThrowError(/strictdi/);

0 commit comments

Comments
 (0)