quasar-testing icon indicating copy to clipboard operation
quasar-testing copied to clipboard

Abstract common code to shared package

Open IlCallo opened this issue 3 years ago • 0 comments

Some helpers are copy/pasted into multiple AEs, we should move them into a shared package

  • installQuasarPlugin: used both by Jest and Cypress Component Testing, possibly used by Vitest when/if we add it
  • __mergeDeep: it's currently copy/pasted around, we could also check if there's an easy existing substitute, eg. one of lodash functions

IlCallo avatar Jun 01 '22 14:06 IlCallo