Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonneal committed Oct 11, 2024
1 parent 0cf4cbf commit c831a54
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libs/ts-standard/test/filter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ import { describe } from 'node:test';

import { expect, test } from 'vitest'

import { isNonNullable, Nullable } from '@';

import { isNonNullableKeys } from '../src/filter';
import { isNonNullable, isNonNullableKeys, Nullable } from '@';

void describe('isNonNullable', () => {
test.each([
Expand Down

0 comments on commit c831a54

Please sign in to comment.