Files
2016-09-13 15:02:41 -05:00

7 lines
110 B
Cheetah

describe('$CLASSNAME', () => {
it('should do something', () => {
expect(true).toEqual(true);
});
});