Commit Graph

4 Commits

Author SHA1 Message Date
Phillip Rak 97b58ca4f0 Update unit tests
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2024-08-22 16:09:54 -07:00
cnotv 78d70353c5 Unit test: Migrate unit tests with the script 2024-08-22 16:07:03 -07:00
Cody Jackson d744a0d8b3 Switch out/remove the deprecated createLocalValue for the plugins: [Vuex]
This only addresses the complaints made by the cli when running. There are still more instances of createLocalVue

https://stackoverflow.com/questions/66932839/typeerror-0-testutils-createlocalvue-is-not-a-function
2024-08-22 16:05:36 -07:00
Alexandre Alves b63c360069
Unit testing components (#7420)
* unit testing asyncbutton and backlink components

* add several unit tests

* minor update to component due to unit tests + add unit test for GrowlManager

* update unit tests

* update unit tests

* update unit tests

* update unit tests

* update unit tests

* add missing test to growlmanager

* update unit tests

* fix growl tests

* fix linting issues on yarn build

* address PR comments

* fix lint issues

Co-authored-by: Alexandre Alves <aalves@Alexandres-MacBook-Pro.local>
Co-authored-by: Alexandre Alves <aalves@Alexandres-MBP.lan>
2022-11-25 09:48:17 +00:00