import './main' describe('actions.get-variable', () => { it('calls api with the given id', async () => { expect( true, ).to.equal(true) }) })