import assert from 'assert';

describe('configuration', () => {
  it('#1', () => {
    assert(true);
  });
});
