Skip to content

Commit

Permalink
ci: Fix Lint -- Workflow Bot (#5123)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent d9acaaf commit 29666a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cspell-io/src/VirtualFs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import { basename } from 'path';
import { afterEach, beforeEach, describe, expect, test, vi } from 'vitest';

import { CFileResource } from './common/index.js';
import { FileType } from './models/Stats.js';
import { toFileURL, urlBasename } from './node/file/url.js';
import { pathToSample as ps } from './test/test.helper.js';
import type { VFileSystemProvider, VirtualFS, VProviderFileSystem } from './VirtualFS.js';
import { createVirtualFS, FSCapabilityFlags, getDefaultVirtualFs, VFSErrorUnsupportedRequest } from './VirtualFS.js';
import { FileType } from './models/Stats.js';

const sc = expect.stringContaining;
const oc = expect.objectContaining;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { promises as nfs } from 'node:fs';

import { createRedirectProvider, createVirtualFS, FSCapabilityFlags } from 'cspell-io';
import { describe, expect, test } from 'vitest';
import { promises as nfs } from 'node:fs';

import { pathPackageSamplesURL, pathRepoTestFixturesURL } from '../../../../test-util/index.mjs';
import { getVirtualFS } from '../../../fileSystem.js';
Expand Down

0 comments on commit 29666a6

Please sign in to comment.