Skip to content

Commit

Permalink
Fix lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Mar 7, 2024
1 parent 6126fbc commit 9ec0fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions packages/eslint-plugin/src/rules/expect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Then re-run.`,
for (const version of versionsToTest) {
const ts = require(version.path) as TSModule;
const program = getProgram(tsconfigPath, ts, version.versionName, parserServices.program);
console.log(version);
walk(
getLocFromIndex,
reporter,
Expand Down
8 changes: 1 addition & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9ec0fea

Please sign in to comment.