ng-deploy-azure icon indicating copy to clipboard operation
ng-deploy-azure copied to clipboard

Need to clean files prior to running npm run test:jest

Open softchris opened this issue 6 years ago • 1 comments

Need to clear

  • .js
  • .js.map
  • .d.ts files prior to running npm run test:jest for the tests to work

softchris avatar May 24 '19 14:05 softchris

clean script should clean src/* with the exception of the following:

  • mocks/inquirer.js
  • @types/ascii-progress.d

softchris avatar May 24 '19 14:05 softchris