Skip to content

Commit

Permalink
Fixes test import
Browse files Browse the repository at this point in the history
  • Loading branch information
didley committed Jul 30, 2023
1 parent 62a1723 commit 8e51d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decimalInput.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, expect, it } from 'vitest';
import { SafeIntOrFloat, decimalInput } from './index';
import { SafeIntOrFloat, decimalInput } from './decimalInput';

type DecimalInput = typeof decimalInput;
type Params = Parameters<DecimalInput>;
Expand Down

0 comments on commit 8e51d08

Please sign in to comment.