Files
2016-10-18 14:37:45 -05:00

7 lines
114 B
Cheetah

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