All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generator.client.vue.Dummy.spec.ts.mustache Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
import { describe } from 'vitest';

// This dummy test can be removed as soon as you have another test. It's here only to keep coverage analysis working.
describe('Dummy test', () => {
  it('should pass', () => {
    expect(true).toBe(true);
  });
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy