Currently we have tests that are made in vanilla JavaScript. To ease-up the testing and making them more standard to other projects, we should migrate to a testing framework.
Jest is the most popular and its being used in Decidim already.
After the migration we should change the package.json test command.
Comes from this comment Related to https://github.com/decidim-vocdoni/decidim-module-vocdoni/pull/80
Currently we have tests that are made in vanilla JavaScript. To ease-up the testing and making them more standard to other projects, we should migrate to a testing framework.
Jest is the most popular and its being used in Decidim already.
After the migration we should change the
package.json
test command.