UNPKG

barrelsby

Version:

Automatic TypeScript barrels for your entire code base

10 lines (8 loc) 277 B
import { resolveRootPath } from './rootPath'; describe('options/rootPath module has a', () => { describe('resolveRootPath function that', () => { it('should resolve the correct rootPath', () => { expect(resolveRootPath('test')).toMatch(/test$/); }); }); });