Skip to content

Commit

Permalink
fix: add File imports
Browse files Browse the repository at this point in the history
  • Loading branch information
francisvaut committed May 21, 2024
1 parent 8715811 commit cbc203c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/test/unit/services/setup/data.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { File } from "buffer";

export const courses = [
{
id: '1',
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/test/unit/types/data.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { File } from "buffer";

export const assistantData = {
id: 'assistant1_id',
username: 'assistant1',
Expand Down
1 change: 1 addition & 0 deletions frontend/src/test/unit/types/submission.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { describe, it, expect } from 'vitest';
import { File } from "buffer";

import { Submission } from '@/types/submission/Submission.ts';
import { submissionData } from './data';
Expand Down

0 comments on commit cbc203c

Please sign in to comment.