You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Any code change should be submitted as a pull request. Our guidelines for Pull R
30
30
31
31
Some packages use Vitest for tests. When converting or running tests locally inside a package directory (e.g. `packages/alias`):
32
32
33
-
- Tests import the package under test via `~package`. A shared config at `.config/vitest.config.ts` provides a runtime alias that resolves `~package` to the current working directory.
33
+
- Tests import the package under test via `~package`. A shared config at `.config/vitest.config.mts` provides a runtime alias that resolves `~package` to the current working directory.
34
34
- Snapshots are written alongside each test under a local `.snapshots` directory.
0 commit comments