10 lines
226 B
JavaScript
10 lines
226 B
JavaScript
import { it, assert } from 'folktest'
|
|
import { map, not, until, char, parse, State, seq, str } from '../../src/index.js'
|
|
import { mapStr, join } from '../../src/fn.js'
|
|
|
|
export const Tests = [
|
|
it('whatever', () => {
|
|
|
|
})
|
|
]
|
|
|