UNPKG

boip

Version:

a command line application that creates a new project from a boilerplate stored on GitHub

7 lines (5 loc) 176 B
const pickupRepos = require('../pickupRepos') test('pickupRepos test', async () => { const res = await pickupRepos() expect(res).toContain('mick-whats/pg-mick#sample') })