@berenddeboer/nx-sst
Version:
Nx plugin for Serverless Stack apps
17 lines (16 loc) • 348 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "NxSSTInit",
"cli": "nx",
"title": "Init SST Plugin",
"type": "object",
"properties": {
"unitTestRunner": {
"description": "Adds the specified unit test runner.",
"type": "string",
"enum": ["jest", "none"],
"default": "jest"
}
},
"required": []
}