mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
6 lines
109 B
Cheetah
6 lines
109 B
Cheetah
describe('$CLASSNAME', () => {
|
|
it('should do something', () => {
|
|
expect(true).toEqual(true);
|
|
});
|
|
});
|