Add Slots for lucide-vue & lucide-vue-next (#505)

* Add testing library

* Add slot for lucide-vue

* update lockfile

* update lockfile

* Add Test workflows for packages changes

* Add slots to vue 3
This commit is contained in:
Eric Fennis
2022-02-18 14:53:55 +01:00
committed by GitHub
parent a8d007a56e
commit 83c1aba563
14 changed files with 679 additions and 594 deletions

View File

@@ -11,4 +11,5 @@ module.exports = {
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/src/$1',
},
setupFilesAfterEnv: ['@testing-library/jest-dom/extend-expect'],
};