Skip to content

Commit

Permalink
ci: Fix Lint -- Workflow Bot
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 2c2d4db commit 34e4005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cspell-tools/src/compiler/compile.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import * as path from 'path';
import { beforeAll, beforeEach, describe, expect, test } from 'vitest';

import type { CompileRequest, Target } from '../config/index.js';
import { checkShasumFile } from '../shasum/shasum.js';
import { spyOnConsole } from '../test/console.js';
import { createTestHelper } from '../test/TestHelper.js';
import { compile } from './compile.js';
import { readTextFile } from './readers/readTextFile.js';
import { checkShasumFile } from '../shasum/shasum.js';

const testHelper = createTestHelper(import.meta.url);

Expand Down

0 comments on commit 34e4005

Please sign in to comment.