Skip to content

Commit 3f1e86d

Browse files
brunozoricclaude
andcommitted
chore: add root test script and fix LayoutProcessor test
Add `yarn test` that runs tests across all workspaces via `yarn workspaces foreach`. Fix LayoutProcessor test to call processMdx with a proper MdxFile instead of the non-existent process method. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4901c65 commit 3f1e86d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"format:check": "oxfmt --check",
1919
"lint": "oxlint",
2020
"lint:fix": "oxlint --fix",
21+
"test": "yarn workspaces foreach -A run test",
2122
"typecheck": "tsc --noEmit --project scripts/tsconfig.json && tsc --noEmit --skipLibCheck --project generator/tsconfig.json && tsc --noEmit --project docs/tsconfig.json",
2223
"prepare-release-notes": "node scripts/prepareReleaseNotes.js",
2324
"get-id": "node -e 'console.log(require(\"@webiny/utils\").mdbid().slice(-8))'",

0 commit comments

Comments
 (0)