mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 17:44:07 +02:00
utils -> strings
This commit is contained in:
parent
5a70a5cca3
commit
cea7883cb2
5 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import {extrasperse, saneSplit} from '../src/utils'
|
||||
import {extrasperse, saneSplit} from '../src/strings'
|
||||
|
||||
test('extrasperse', async() => {
|
||||
expect(extrasperse('-A', ["foo", "bar"])).toEqual(["-A", "foo", "-A", "bar"]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue