Cleanup and cosmetic changes
Testing
Mocks folder
Mocks creation
Test Coverage
Caching
"e2e": {
"cache": true,
"inputs": ["default", "test-vitest-inputs"],
"dependsOn": ["^build"]
},
"@nx/vite:test": {
"cache": true,
"inputs": ["default", "test-vitest-inputs"],
"options": {
"passWithNoTests": true,
"watch": false
}
},
Tasks
Configuration
Graph
Cleanup and cosmetic changes
Testing
Mocks folder
nx-plugin/mocktonx-plugin/mocksexamples/plugins/src/lighthouse/mocktoexamples/plugins/src/lighthouse/mocksmocksadjust inputs innx.json"!{projectRoot}/@(test|mocks|mock)/**/*""!{projectRoot}/**/?(*.)mock.[jt]s?(x)"Mocks creation
Test Coverage
src/lib/index.ts- exclude files that only maintain exports e.g.index.ts(in some places index.ts files also contain actual logic. here I we can refactor to have allindex.tsused for barrel export only and only insrcroot).type.tsCaching
zod2md.tsunder{projectRoot}/toolsand make sure"!{projectRoot}/tools/**/*"is added undernx.json#namedInputs.productionchore: add zod2md-nx-plugin #1162nx.jsonin favour of target name as they are conflicting and only one of them wins. refactor: update to nx 22 #1196Tasks
Configuration
zod2md-jsdocsdependencies refactor: add sync generator for zod2md tooling setup #1188Graph
test-nx-utilsproject