cypress-io / cypress-vue-unit-test

A little helper to unit test Vue components in the Cypress.io E2E test runner
295 stars 23 forks source link

Build using TypeScript #348

Closed bahmutov closed 4 years ago

bahmutov commented 4 years ago

Since we need index.d.ts for #347

Look at how cypress-react-unit-test is built

bahmutov commented 4 years ago

Current build command

"build": "babel src --ignore src/*spec.js --out-dir dist &&
   babel preprocessor --out-dir dist/preprocessor && 
   babel plugins --out-dir dist/plugins",

Current output dist folder

Screen Shot 2020-07-08 at 10 46 49 AM
bahmutov commented 4 years ago

:tada: This issue has been resolved in version 3.4.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: