11 lines
255 B
JSON
11 lines
255 B
JSON
{
|
|
"$schema": "https://json-schema.org/schema",
|
|
"executors": {
|
|
"test": {
|
|
"implementation": "./dist/src/executors/test/vitest.impl",
|
|
"schema": "./dist/src/executors/test/schema.json",
|
|
"description": "Test using Vitest"
|
|
}
|
|
}
|
|
}
|