UNPKG

umi-utils

Version:
7 lines (5 loc) 166 B
import endWithSlash from './endWithSlash'; test('normal', () => { expect(endWithSlash('./a')).toEqual('./a/'); expect(endWithSlash('./a/')).toEqual('./a/'); });