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? 
note: aware of adding exclude attribute
tsconfig.jsonfile, when loose intellisense in .spec.ts files in./scripts/testfolder.
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
Post a Comment