rgab1508 / PixelCraft

A Pixel Art Editor
https://rgab1508.github.io/PixelCraft
MIT License
1.27k stars 78 forks source link

Unit Tests: Layout foundation for basic unit tests #49

Open Cody811 opened 3 years ago

Cody811 commented 3 years ago

We should spin up a pattern for unit testing this package. Something which matches the pattern

  1. Perform a set of actions on the canvas
  2. Validate the canvas for correct contents

We should be able to mock out the starting canvas and perform any action the user can perform.

theabbie commented 3 years ago

Sounds good