-
Greetings, another week another lab this week covered the topic of automated testing. When selecting a test framework my first thought was to use Jasmine, which I had used previously, however it turns out that Jasmine does not have good support for ES modules. After doing a bit of research I opted to go with Vitest, since it was ES module compatible, and was inter-compatible with the very popular Vite tool chain.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Greetings, another week another lab this week covered the topic of automated testing. When selecting a test framework my first thought was to use Jasmine, which I had used previously, however it turns out that Jasmine does not have good support for ES modules. After doing a bit of research I opted to go with Vitest, since it was ES module compatible, and was inter-compatible with the very popular Vite tool chain.
-
Greetings, another week another lab this week covered the topic of automated testing. When selecting a test framework my first thought was to use Jasmine, which I had used previously, however it turns out that Jasmine does not have good support for ES modules. After doing a bit of research I opted to go with Vitest, since it was ES module compatible, and was inter-compatible with the very popular Vite tool chain.