Skip to content

Commit 8911e8d

Browse files
committed
fix: lintfix
1 parent 781f2c1 commit 8911e8d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

tests/VirtualTarGenerator.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import path from 'path';
33
import os from 'os';
44
import { test } from '@fast-check/jest';
55
import * as tar from 'tar';
6-
import { VirtualTarGenerator } from '../src/index.js';
76
import * as tarConstants from '@/constants.js';
7+
import { VirtualTarGenerator } from '../src/index.js';
88

99
describe('generator', () => {
1010
let tempDir;

tests/integration.test.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
import type { FileStat, MetadataKeywords } from '@/types.js';
22
import type { VirtualFile, VirtualDirectory } from './types.js';
33
import { test } from '@fast-check/jest';
4-
import { Generator, Parser, VirtualTarGenerator, VirtualTarParser } from '@/index.js';
4+
import {
5+
Generator,
6+
Parser,
7+
VirtualTarGenerator,
8+
VirtualTarParser,
9+
} from '@/index.js';
510
import * as tarUtils from '@/utils.js';
611
import * as tarConstants from '@/constants.js';
712
import * as utils from './utils/index.js';

0 commit comments

Comments
 (0)