spec.ts.tmpl 110B

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