You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Comes from this comment
Related to #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.The text was updated successfully, but these errors were encountered: