diff --git a/.github/DEVELOPMENT.md b/.github/DEVELOPMENT.md index 036058d4e..d0d240164 100644 --- a/.github/DEVELOPMENT.md +++ b/.github/DEVELOPMENT.md @@ -79,18 +79,10 @@ pnpm run test --coverage Note that [console-fail-test](https://github.com/JoshuaKGoldberg/console-fail-test) is enabled for all test runs. Calls to `console.log`, `console.warn`, and other console methods will cause a test to fail. -## Debugging +### Debugging Tests -This repository includes a [VS Code launch configuration](https://code.visualstudio.com/docs/editor/debugging) for debugging. -Depending upon the type of usage, it can include debugging for unit tests _and_ for executable (or "bin") apps. - -### Unit Tests - -To debug a unit test, open a test file, then run _Debug Current Test File_ from the VS Code Debug panel (or press F5). - -### `bin` Apps - -To debug a `bin` app, add a breakpoint to your code, then run _Debug Program_ from the VS Code Debug panel (or press F5). +This repository includes a [VS Code launch configuration](https://code.visualstudio.com/docs/editor/debugging) for debugging unit tests. +To launch it, open a test file, then run _Debug Current Test File_ from the VS Code Debug panel (or press F5). ## Type Checking diff --git a/script/__snapshots__/migrate-test-e2e.js.snap b/script/__snapshots__/migrate-test-e2e.js.snap index 9adf71df0..3c127f525 100644 --- a/script/__snapshots__/migrate-test-e2e.js.snap +++ b/script/__snapshots__/migrate-test-e2e.js.snap @@ -236,7 +236,7 @@ exports[`expected file changes > package.json 1`] = ` "vitest": "^1.0.2", "yaml-eslint-parser": "^1.2.2" }, -- "packageManager": "pnpm@8.13.1", +- "packageManager": "pnpm@8.14.0", + "packageManager": "pnpm@8.7.0", "engines": { "node": ">=18"