Sonu Kapoor ba54671993 test(docs-infra): add unit tests for rxjs examples ()
This commit adds missing unit tests for all rxjs examples from the docs.

Closes 

PR Close 
2020-09-16 15:13:02 -07:00

13 lines
219 B
JSON

{
"tests": [
{
"cmd": "yarn",
"args": ["tsc", "--project", "tsconfig.spec.json", "--module", "commonjs"]
},
{
"cmd": "yarn",
"args": ["jasmine", "out-tsc/**/*.spec.js"]
}
]
}