Skip to content

Commit a07a04a

Browse files
Copilotneilime
andcommitted
Fix typos in test file comments
Co-authored-by: neilime <[email protected]>
1 parent a6d689d commit a07a04a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/install/migrations/20250623095600-remove-prettier-oxc.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ describe("Migration 20250623095600-remove-prettier-oxc", () => {
1212

1313
beforeAll(async () => {
1414
if (!useCache) {
15-
console.warn("Cache is disabled. Enable it one dev is done.");
15+
console.warn("Cache is disabled. Enable it once dev is done.");
1616
}
1717
if (!shouldCleanupAfterTest) {
18-
console.warn("Cleanup is disabled. Enable it one dev is done.");
18+
console.warn("Cleanup is disabled. Enable it once dev is done.");
1919
}
2020

2121
testProjectDir = await createProjectForTestFile(__filename, useCache);

0 commit comments

Comments
 (0)