Skip to content

Commit bf81851

Browse files
Copilotmrlubos
andcommitted
Remove vitest import and use globals as per project convention
Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com>
1 parent 4cbc307 commit bf81851

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/openapi-ts/src/config/output/__tests__/config.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import fs from 'node:fs';
22
import os from 'node:os';
33
import path from 'node:path';
44

5-
import { afterEach, beforeEach, describe, expect, it } from 'vitest';
6-
75
import { getOutput } from '../config';
86

97
describe('getOutput', () => {

0 commit comments

Comments
 (0)