kuebiko/tests/units/index.js
2025-04-16 22:27:45 -05:00

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', () => {
})
]