how to load 3rd party extension inside test #8865
Unanswered
kindohm
asked this question in
Quasar App Extensions
Replies: 1 comment
-
Ended up implementing that extension as my own lib with my own |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using this extension: https://github.com/cuatromedios/quasar-app-extension-vuelidate-rules
I am trying to write a test for a custom component that uses that extension, but the extension is not loaded when the test executes (e.g. I get a
TypeError: Cannot read property 'minValue' of undefined
error). I do not understand how to load this extension in the Quasar test. I tried just using the name of the extension as it is named inquasar.extensions.json
, but that does not work:I sense that the extension shouldn't be loaded in that
plugins
section but I can't find any docs on any other way to do it. Any ideas?Beta Was this translation helpful? Give feedback.
All reactions