astro/examples/snowpack/public/img/logos
Matthew Phillips 2082001ff8
Add snowpack as an example project. (#11)
* 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
2021-03-19 17:17:38 -04:00
..
babel.svg Add snowpack as an example project. (#11) 2021-03-19 17:17:38 -04:00
jest.svg Add snowpack as an example project. (#11) 2021-03-19 17:17:38 -04:00
modern-web.svg Add snowpack as an example project. (#11) 2021-03-19 17:17:38 -04:00
postcss.svg Add snowpack as an example project. (#11) 2021-03-19 17:17:38 -04:00
preact.svg Add snowpack as an example project. (#11) 2021-03-19 17:17:38 -04:00
react.svg Add snowpack as an example project. (#11) 2021-03-19 17:17:38 -04:00
sass.svg Add snowpack as an example project. (#11) 2021-03-19 17:17:38 -04:00
svelte.svg Add snowpack as an example project. (#11) 2021-03-19 17:17:38 -04:00
tailwind.svg Add snowpack as an example project. (#11) 2021-03-19 17:17:38 -04:00
vue.png Add snowpack as an example project. (#11) 2021-03-19 17:17:38 -04:00
wasm.svg Add snowpack as an example project. (#11) 2021-03-19 17:17:38 -04:00
workbox.svg Add snowpack as an example project. (#11) 2021-03-19 17:17:38 -04:00