blob: 2c275449898963237081720ab5c0664166a8dc08 [file] [log] [blame]
Matteo Scandolo27d946a2015-10-06 12:09:24 +02001'use strict';
2
3describe('The test environment', () => {
4 it('should correctly work', () => {
Matteo Scandolobb2e5b82015-10-06 11:58:31 +02005 expect(true).toBe(true);
6 });
Matteo Scandolo27d946a2015-10-06 12:09:24 +02007});