website refactor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { ChampionshipStanding } from './ChampionshipStanding';
|
||||
import { describe, expect, it } from 'vitest';
|
||||
import type { ParticipantRef } from '../../types/ParticipantRef';
|
||||
import { ChampionshipStanding } from './ChampionshipStanding';
|
||||
|
||||
describe('ChampionshipStanding', () => {
|
||||
const participant: ParticipantRef = { type: 'driver', id: 'driver1' };
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { describe, expect, it } from 'vitest';
|
||||
import { Position } from './Position';
|
||||
|
||||
describe('Position', () => {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { describe, expect, it } from 'vitest';
|
||||
import { ResultsCount } from './ResultsCount';
|
||||
|
||||
describe('ResultsCount', () => {
|
||||
|
||||
Reference in New Issue
Block a user