fix issues
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { SignupCommandModel } from './SignupCommandModel';
|
||||
|
||||
describe('SignupCommandModel', () => {
|
||||
it('should be defined', () => {
|
||||
expect(SignupCommandModel).toBeDefined();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user