UNPKG

@testim/testim-cli

Version:

Command line interface for running Testing on you CI

5 lines (4 loc) 99 B
function firstOnly(x) { if (x.length === 0) { throw new EmptyError(); } return x[0]; }