mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
12 lines
219 B
JSON
12 lines
219 B
JSON
{
|
|
"tests": [
|
|
{
|
|
"cmd": "yarn",
|
|
"args": ["tsc", "--project", "tsconfig.spec.json", "--module", "commonjs"]
|
|
},
|
|
{
|
|
"cmd": "yarn",
|
|
"args": ["jasmine", "out-tsc/**/*.spec.js"]
|
|
}
|
|
]
|
|
}
|