Skip to content

Commit

Permalink
fix faulty test import
Browse files Browse the repository at this point in the history
  • Loading branch information
TkDodo authored May 20, 2022
1 parent a4d1ca2 commit b934a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/last.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { last } from './last';
import { AssertEqual, NonEmptyArray } from 'src/_types';
import { AssertEqual, NonEmptyArray } from './_types';

describe('last', () => {
test('should return last', () => {
Expand Down

0 comments on commit b934a1e

Please sign in to comment.