UNPKG

beam-cli

Version:

A beautifully simple CLI for running Lighthouse audits on a statically generated (SSG) website

8 lines (7 loc) 136 B
import test from 'ava'; test('simple test', t => { const a = 2; const b = 5; const answer = a + b; t.is(answer, 7); });