astro/packages/astro/test
Nate Moore f18ee36dc0
Add @astrojs/webapi package (#2729)
* chore: add @astrojs/webapi

* chore: update package.json

* fix: update file case

* fix: remove lowercase file

* chore: update tests to use mocha

* chore: update LICENSE
2022-03-07 15:36:22 -06:00
..
benchmark Remove docs from monorepo (#2517) 2022-02-07 13:39:53 -05:00
fixtures Fix(component): align starting position in Markdown slot (#2631) 2022-02-23 17:08:17 -06:00
.eslintrc.cjs Chore: fix lint rules, add more error handling for unexpected cases (#177) 2021-05-06 14:57:14 -04:00
0-css.test.js Upgrade Vite to latest (#2424) 2022-02-08 17:38:00 -06:00
astro-assets.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-attrs.test.js format 2022-02-09 12:34:06 -08:00
astro-basic.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-children.test.js Pass children to client components even if they do not render them (#2588) 2022-02-16 10:11:54 -05:00
astro-class-list.test.js Prevent the server plugin from running during the build (#2552) 2022-02-08 16:55:22 -05:00
astro-client-only.test.js Prevent the server plugin from running during the build (#2552) 2022-02-08 16:55:22 -05:00
astro-component-code.test.js Prevent the server plugin from running during the build (#2552) 2022-02-08 16:55:22 -05:00
astro-components.test.js 🚀 Astro Next (0.21.0) (#1406) 2021-10-29 15:30:22 -04:00
astro-css-bundling-import.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-css-bundling-nested-layouts.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-css-bundling.test.js Fix subpath support regressions (#2330) 2022-01-06 16:32:24 -05:00
astro-doctype.test.js Prevent the server plugin from running during the build (#2552) 2022-02-08 16:55:22 -05:00
astro-dynamic.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-envs.test.js Expose private .env variables to import.meta.env during SSR (#2612) 2022-02-18 16:06:56 -06:00
astro-expr.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-external-files.test.js 🚀 Astro Next (0.21.0) (#1406) 2021-10-29 15:30:22 -04:00
astro-fallback.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-get-static-paths.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-global.test.js [MINOR] standardize trailing subpath, fix fetchContent url issue (#2471) 2022-01-28 20:29:53 -05:00
astro-jsx.test.js format 2022-02-09 12:34:06 -08:00
astro-markdown-drafts.test.js Implement support for draft pages (#2392) 2022-01-19 15:18:51 -05:00
astro-markdown-plugins.test.js fix: import local plugins into markdown (#2534) 2022-02-04 13:49:50 -05:00
astro-markdown-shiki.test.js Fix(component): align starting position in Markdown slot (#2631) 2022-02-23 17:08:17 -06:00
astro-markdown.test.js Fix(component): align starting position in Markdown slot (#2631) 2022-02-23 17:08:17 -06:00
astro-pageDirectoryUrl.test.js Fix subpath support regressions (#2330) 2022-01-06 16:32:24 -05:00
astro-pages.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-pagination.test.js Prevent the server plugin from running during the build (#2552) 2022-02-08 16:55:22 -05:00
astro-partial-html.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-public.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-scripts.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-sitemap-rss.test.js Set channel link in rss.xml to site index (#2450) 2022-01-24 11:19:36 -05:00
astro-slots.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
builtins.test.js Prevent the server plugin from running during the build (#2552) 2022-02-08 16:55:22 -05:00
cli.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
config-validate.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
config.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
custom-elements.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
debug-component.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
dev-routing.test.js Support non-HTML pages (#2586) 2022-02-15 17:47:42 +00:00
errors.test.js Don't run dev mode tests on windows (#2262) 2021-12-23 15:24:02 -05:00
fetch.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
lit-element.test.js Remove the after in the Lit test (#2710) 2022-03-03 10:01:30 -05:00
markdown.test.js Prevent the server plugin from running during the build (#2552) 2022-02-08 16:55:22 -05:00
postcss.test.js format 2022-02-09 12:34:06 -08:00
preact-component.test.js Prevent the server plugin from running during the build (#2552) 2022-02-08 16:55:22 -05:00
preview-routing.test.js Fix Astro Preview Pathing Issues (#2338) 2022-01-10 12:43:24 -05:00
react-component.test.js Don't run dev mode tests on windows (#2262) 2021-12-23 15:24:02 -05:00
remote-css.test.js Fixes includes remote @imports in inline styles (#2258) 2021-12-23 09:24:29 -05:00
route-manifest.test.js Flagged SSR support (#2548) 2022-02-14 12:48:52 -05:00
sass.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
slots-preact.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
slots-react.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
slots-solid.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
slots-svelte.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
slots-vue.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
solid-component.test.js Don't run dev mode tests on windows (#2262) 2021-12-23 15:24:02 -05:00
static-build-code-component.test.js [ci] yarn format 2022-01-07 21:29:41 +00:00
static-build-frameworks.test.js [ci] yarn format 2022-01-14 19:04:47 +00:00
static-build-page-url-format.test.js [ci] yarn format 2022-02-11 14:44:47 +00:00
static-build.test.js Fix loading of styles in static build (#2605) 2022-02-17 10:32:24 -05:00
svelte-component.test.js Don't run dev mode tests on windows (#2262) 2021-12-23 15:24:02 -05:00
test-utils.js Add @astrojs/webapi package (#2729) 2022-03-07 15:36:22 -06:00
vue-component.test.js Don't run dev mode tests on windows (#2262) 2021-12-23 15:24:02 -05:00