Coalesce icon indicating copy to clipboard operation
Coalesce copied to clipboard

Make test projects for consuming NPM libraries

Open ascott18 opened this issue 2 years ago • 0 comments

Make test projects for consuming NPM libraries, build tests that execute these tests, and fail the build if the tests fail.

Test cases:

  • vue-cli + vuetify + coalesce-vue-vuetify
  • vue-cli + vuetify/lib + coalesce-vue-vuetify/lib + unplugin-vue-components
  • type: "module" + vite + vuetify + coalesce-vue-vuetify
  • type: "module" + vite + vuetify/lib + coalesce-vue-vuetify/lib + unplugin-vue-components
  • type: "commonjs" + vite + vuetify + coalesce-vue-vuetify
  • type: "commonjs" + vite + vuetify/lib + coalesce-vue-vuetify/lib + unplugin-vue-components

ascott18 avatar Apr 12 '22 22:04 ascott18