* Initial tests set up This adds tests using uvu (we can switch if people want) and restructures things a bit so that it's easier to test. Like in snowpack you set up a little project. In our tests you can say: ```js const result = await runtime.load('/blog/hello-world') ``` And analyze the result. I included a `test-helpers.js` which has a function that will turn HTML into a cheerio instance, for inspecting the result HTML. * Bring snowpack example in * Formatting
117 KiB
1405x731px
117 KiB
1405x731px
![](/michael/astro/raw/commit/fc739c24d7c9ae75d377dae6bbe5253c1e5aca02/examples/snowpack/public/img/snowpack-27-screenshot-1.png)