File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
packages-internal/test-utils Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 44 "author" : " MUI Team" ,
55 "description" : " Utilities for MUI tests. This is an internal package not meant for general use." ,
66 "main" : " ./build/index.js" ,
7+ "repository" : {
8+ "type" : " git" ,
9+ "url" : " git+https://github.com/mui/material-ui.git" ,
10+ "directory" : " packages-internal/test-utils"
11+ },
712 "exports" : {
813 "." : " ./build/index.js" ,
914 "./createDescribe" : " ./build/createDescribe.js" ,
Original file line number Diff line number Diff line change 88 "test" : " cd ../../ && cross-env NODE_ENV=test mocha 'packages/api-docs-builder/**/*.test.?(c|m)[jt]s?(x)'" ,
99 "typescript" : " tsc -p tsconfig.json"
1010 },
11+ "repository" : {
12+ "type" : " git" ,
13+ "url" : " git+https://github.com/mui/material-ui.git" ,
14+ "directory" : " packages/api-docs-builder-core"
15+ },
1116 "dependencies" : {
1217 "@mui-internal/api-docs-builder" : " workspace:^" ,
1318 "@mui/internal-markdown" : " workspace:^" ,
Original file line number Diff line number Diff line change 77 "test" : " cd ../../ && cross-env NODE_ENV=test mocha 'packages/api-docs-builder/**/*.test.?(c|m)[jt]s?(x)'" ,
88 "typescript" : " tsc -p tsconfig.json"
99 },
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " git+https://github.com/mui/material-ui.git" ,
13+ "directory" : " packages/api-docs-builder"
14+ },
1015 "dependencies" : {
1116 "@babel/core" : " ^7.28.4" ,
1217 "@babel/preset-typescript" : " ^7.27.1" ,
You can’t perform that action at this time.
0 commit comments