diff options
author | 2021-03-26 13:14:32 -0600 | |
---|---|---|
committer | 2021-03-26 13:14:32 -0600 | |
commit | 3ddd3594f0afa613c75e7f9cf5e373a6d0269d18 (patch) | |
tree | 81dff17635f255a3df72e72748b032359986d72a /test/test-utils.js | |
parent | 11637df5791863cde061c52d5c2dc1654cc3f30f (diff) | |
download | astro-3ddd3594f0afa613c75e7f9cf5e373a6d0269d18.tar.gz astro-3ddd3594f0afa613c75e7f9cf5e373a6d0269d18.tar.zst astro-3ddd3594f0afa613c75e7f9cf5e373a6d0269d18.zip |
Absorb Snowpack config inside Astro (#32)
* Absorb Snowpack config inside Astro
* Add basic README
* Format tests
* Update esbuild
* Format tests
Diffstat (limited to 'test/test-utils.js')
-rw-r--r-- | test/test-utils.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-utils.js b/test/test-utils.js index 80241d6f5..c55f48757 100644 --- a/test/test-utils.js +++ b/test/test-utils.js @@ -2,4 +2,4 @@ import cheerio from 'cheerio'; export function doc(html) { return cheerio.load(html); -}
\ No newline at end of file +} |