ba54671993
This commit adds missing unit tests for all rxjs examples from the docs. Closes #28017 PR Close #34190
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"]
|
|
}
|
|
]
|
|
}
|