utils -> strings

This commit is contained in:
Domen Kožar 2019-10-03 13:20:25 +02:00
commit cea7883cb2
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246
5 changed files with 5 additions and 5 deletions

View file

@ -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"]);