tslint for smoke tests

This commit is contained in:
Benjamin Pasero 2017-06-20 14:00:20 +02:00
parent 9228d5b665
commit 421f70dec6

View file

@ -371,6 +371,13 @@
"target": "**/{node,electron-browser,electron-main,extensions}/**",
"restrictions": "**/*"
},
{
"target": "**/test/smoke/**",
"restrictions": [
"**/test/smoke/**",
"*"
]
},
{
"target": "{**/**.test.ts,**/test/**}",
"restrictions": "{**/vs/**,assert,sinon}"