Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Commit

Permalink
Merge branch 'add-eslint-config' of github.com:guardian/types into ad…
Browse files Browse the repository at this point in the history
…d-eslint-config
  • Loading branch information
sndrs committed Dec 2, 2020
2 parents ec73e9c + 95e79e5 commit 5ca8b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/result.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('map', () => {
expect(
pipe2(
mockErr,
map((a) => `Output: ${a}`),
map((a: number) => `Output: ${a}`),
either(identity, identity),
),
).toBe('message');
Expand Down

0 comments on commit 5ca8b92

Please sign in to comment.