Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit 3fa2610

Browse files
committed
chore: rename to helpers
1 parent c747698 commit 3fa2610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/splitonce.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import test from 'ava'
2-
import { SplitOnce } from '@/utils/splitonce/index.js'
2+
import { SplitOnce } from '@/helpers/splitonce/index.js'
33

44
test('split string with one length keyword', T => {
55
let Input = 'duckduckgo.com/token'

0 commit comments

Comments
 (0)