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