Skip to content

Commit ceba4f8

Browse files
committed
🚨 pnpm lint:fix
1 parent 12db6ce commit ceba4f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎tests/integration/version2/issueAttachments.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as fs from 'fs';
22
import test from 'ava';
33
import { Constants } from '../constants.js';
4-
import type { Attachment,Issue } from '../../../src/version2/models/index.js';
4+
import type { Attachment, Issue } from '../../../src/version2/models/index.js';
55
import { cleanupEnvironment, getVersion2Client, prepareEnvironment } from '../utils/index.js';
66

77
const client = getVersion2Client({ noCheckAtlassianToken: true });

‎tests/integration/version3/issueAttachments.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as fs from 'fs';
22
import test from 'ava';
33
import { Constants } from '../constants.js';
4-
import type { Attachment,Issue } from '../../../src/version3/models/index.js';
4+
import type { Attachment, Issue } from '../../../src/version3/models/index.js';
55
import { cleanupEnvironment, getVersion3Client, prepareEnvironment } from '../utils/index.js';
66

77
const client = getVersion3Client({ noCheckAtlassianToken: true });

0 commit comments

Comments
 (0)