164cd274a4
This commit adds the necessary custom commands to run the tests in a node environment. PR Close #34537
13 lines
219 B
JSON
13 lines
219 B
JSON
{
|
|
"tests": [
|
|
{
|
|
"cmd": "yarn",
|
|
"args": ["tsc", "--project", "tsconfig.spec.json", "--module", "commonjs"]
|
|
},
|
|
{
|
|
"cmd": "yarn",
|
|
"args": ["jasmine", "out-tsc/**/*.spec.js"]
|
|
}
|
|
]
|
|
}
|