Files
2017-06-21 09:33:06 -05:00

7 lines
110 B
Cheetah

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