spec.ts.tmpl 109 B

123456
  1. describe('$CLASSNAME', () => {
  2. it('should do something', () => {
  3. expect(true).toEqual(true);
  4. });
  5. });