import { helperOnly } from './util'; test('helperOnly increments', () => { if (helperOnly(1) !== 2) throw new Error('fail'); });