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