Skip to content

Commit

Permalink
Fix accidental import
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvire committed Jan 16, 2025
1 parent 02523ab commit 8eee70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/scripts/numeralSystem.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { expect, test, vi } from 'vitest';
import { expect, test } from 'vitest';
import * as num from './numeralSystem';

test('fromString returns Oriya correctly', () => {
Expand Down

0 comments on commit 8eee70d

Please sign in to comment.