Skip to content

Commit

Permalink
More ignore blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Oct 10, 2018
1 parent db93324 commit 2748e42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/followable-promise.ts
Expand Up @@ -49,9 +49,11 @@ describe('FollowablePromise', () => {

// @ts-ignore: I know what I'm doing
res({
// @ts-ignore: I know what I'm doing
follow: (rel: string, vars: object) => {
// @ts-ignore: I know what I'm doing
return 'follow:' + rel + ':' + vars.B;
// @ts-ignore: I know what I'm doing
}
});

Expand Down

0 comments on commit 2748e42

Please sign in to comment.