CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
Blame · Line-by-line history
bunfig.toml
Each line is annotated with the commit that last touched it. Click any SHA to jump to that commit and see the surrounding change.
| 74a8784 | 1 | # Scope `bun test` to the unit/integration suite. The Playwright specs in |
| 2 | # e2e/ use @playwright/test's runner (`bun run e2e`) and crash with | |
| 3 | # "Playwright Test did not expect test.beforeAll()" when Bun's runner | |
| 4 | # loads them — they were producing 5 phantom fails + 5 errors in every | |
| 5 | # `bun test` run. The VS Code extension suite still runs explicitly via | |
| 6 | # `bun test editor-extensions`. | |
| 7 | [test] | |
| 8 | root = "src" |