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

Closes 

PR Close 
2020-09-28 16:20:11 -04: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"]
}
]
}