alphagov / google-docs-to-11ty

Convert a docs export to an 11ty website
0 stars 0 forks source link

Add snapshot tests to ensure we don't have regressions #13

Open romaricpascal opened 6 months ago

romaricpascal commented 6 months ago

Snapshot tests should avoid us getting stuck on writing very narrow unit tests. If that becomes too cumbersome, we can move to unit tests then.

Not stuck on the test framework, but given we're using Eleventy 2.0, we can't use ESM, so we may be stuck with Jest or Mocha.