Files
emaui/node_modules/@nx/vitest/executors.json
2026-05-29 15:23:46 +03:00

11 lines
245 B
JSON

{
"$schema": "https://json-schema.org/schema",
"executors": {
"test": {
"implementation": "./src/executors/test/vitest.impl",
"schema": "./src/executors/test/schema.json",
"description": "Test using Vitest"
}
}
}