bkestelman / graph-theory

Draw graphs n stuff
1 stars 0 forks source link

Add Browserless Unit Tests #22

Closed bkestelman closed 5 years ago

bkestelman commented 5 years ago

Will be very useful as code gets bigger, for essential sanity checks. Should be easier to set up and run than full end-to-end browser tests.

bkestelman commented 5 years ago

testy (see #18) runs in an actual browser (making it more complete than browserless testing frameworks) and so does not need to spin up a headless browser (making it faster and more convenient than e.g. Cypress)