all files / src/ tests.js

100% Statements 3/3
100% Branches 0/0
100% Functions 2/2
100% Lines 3/3
1 2 3 4 5 6 7 8 9 10             
import './main'
 
describe('actions.get-variable', () => {
  it('calls api with the given id', async () => {
    expect(
      true,
    ).to.equal(true)
  })
})