Skip to content

Commit 75a5ae7

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/resolveSpec.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ describe('Resolvables system:', function () {
9696
asyncCount = 0;
9797
}));
9898

99-
it('should throw when creating a resolvable with an unannotated fn and strictDi mode on', inject(function ($injector) {
99+
fit('should throw when creating a resolvable with an unannotated fn and strictDi mode on', inject(function ($injector) {
100100
let originalStrictDi = $injector.strictDi;
101101
$injector.strictDi = true;
102102

103-
$injector.annotate(function fn(a) {
104-
}, true);
103+
console.log($injector.annotate(function fn(a) {
104+
}, true));
105105

106106
expect(() => {
107107
makePath([ "P" ]);

0 commit comments

Comments
 (0)