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