typescript - VS2015 + Cordova Unit Testing Excludes -


i have vs2015 + cordova + typescript project includes unit testing. have tests folder unit .spec.ts files.

is possible exclude folders (example ./scripts/test) in root /scripts folder when publishing , still keep typescript intellisense excluded folder? enter image description here

note: aware of adding exclude attribute tsconfig.json file, when loose intellisense in .spec.ts files in ./scripts/test folder.

ideally, when unit testing, run gulp script (karma + jasmine) compile ./script typescript files , place .karma folder. when publish project ios, android, windows devices using vs2015 exclude unit test file in app.

it's not big problem, improve workflow , still rely on vs2015 publish mobile devices.

maybe adding gulp file after build binding cleanup www/script/**/*.spec.js files solution?


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -