blob: 2c275449898963237081720ab5c0664166a8dc08 [file] [log] [blame]
'use strict';
describe('The test environment', () => {
it('should correctly work', () => {
expect(true).toBe(true);
});
});