import * as chai from 'chai'; const expect = chai.expect; xdescribe('Assets validation', () => { it('should be processed correctly', () => { expect(true).to.be.ok; }); });