mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 16:40:57 +00:00
11 lines
245 B
JSON
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"
|
|
}
|
|
}
|
|
}
|