generator.client.vue.Dummy.spec.ts.mustache Maven / Gradle / Ivy
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);
});
});