Skip to content

Commit

Permalink
test: move starknet utils tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekhmet committed Jan 27, 2025
1 parent 5c33a49 commit 1115aac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, expect, it } from 'vitest';
import { formatAddressVariant } from '../../src/utils';
import { formatAddressVariant } from '../../../src/starknet/utils';

describe('formatAddressVariant', () => {
it.each([
Expand Down
7 changes: 0 additions & 7 deletions apps/api/test/unit/writer.test.ts

This file was deleted.

0 comments on commit 1115aac

Please sign in to comment.