Files
2017-03-16 15:44:33 -05:00

6 lines
109 B
Cheetah

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