Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zglicz committed Dec 10, 2024
1 parent 6468e13 commit fcd1445
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/jsts/tests/analysis/analyzer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { jsTsInput, parseJavaScriptSourceFile } from '../tools/index.js';
import { Linter, Rule } from 'eslint';
import { describe, beforeEach, it } from 'node:test';
import { expect } from 'expect';
import { getManifests, toUnixPath } from '../../src/rules/helpers/index.js';
import { getDependencies, getManifests, toUnixPath } from '../../src/rules/helpers/index.js';
import { setContext } from '../../../shared/src/helpers/context.js';
import { analyzeJSTS, getTelemetry } from '../../src/analysis/analyzer.js';
import { APIError } from '../../../shared/src/errors/error.js';
Expand All @@ -28,7 +28,6 @@ import { initializeLinter } from '../../src/linter/linters.js';
import { JsTsAnalysisOutput } from '../../src/analysis/analysis.js';
import { createAndSaveProgram } from '../../src/program/program.js';
import { deserializeProtobuf } from '../../src/parsers/ast.js';
import { getDependencies } from '../../../../lib/jsts/src/rules/helpers/package-json.js';

const currentPath = toUnixPath(import.meta.dirname);

Expand Down

0 comments on commit fcd1445

Please sign in to comment.