test: sort team config reader imports
This commit is contained in:
parent
8cb44cd793
commit
d43cd3a0db
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
|||
import * as fs from 'fs/promises';
|
||||
import * as nodeFs from 'fs';
|
||||
import * as fs from 'fs/promises';
|
||||
import * as os from 'os';
|
||||
import * as path from 'path';
|
||||
|
||||
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
|
||||
|
||||
const hoisted = vi.hoisted(() => ({
|
||||
|
|
|
|||
Loading…
Reference in a new issue