batchnz / craft-commerce-untitled

A Craft Commerce plugin for minting variants based on field values
MIT License
0 stars 1 forks source link

Write tests #11

Open moacode opened 3 years ago

moacode commented 3 years ago

We should write a combination of front end and back end tests to ensure the logic doesn't break on subsequent updates.

There's a lot of reasonably complex logic and states the front/back end can be in which should have tests written against.

Most important areas would be:

moacode commented 3 years ago

Estimate: At least a day to get basic coverage.