Skip to content

Commit

Permalink
feat: New test package (#158)
Browse files Browse the repository at this point in the history
* feat: New test package

* feat: Working and in-use test package

* Rename folder

* wip

* Document all APIs

* Add some todos

* Link to original repo instead of fork

* Format code

* Document and simplify test adapter

* Document callsites

* Refactor astro:env for test adapter

* Teardown compiler is blocked from external use

* Update docs

* Apply suggestions from code review

Co-authored-by: Paul Valladares <[email protected]>
Signed-off-by: Luiz Ferraz <[email protected]>

* Add package to labeler

* chore: Add warning about future of this package

---------

Signed-off-by: Luiz Ferraz <[email protected]>
Co-authored-by: Paul Valladares <[email protected]>
  • Loading branch information
Fryuni and dreyfus92 authored Sep 10, 2024
1 parent 6e1cff7 commit 2180f7b
Show file tree
Hide file tree
Showing 29 changed files with 1,327 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@ pkg/request-state:
pkg/content-utils:
- 'packages/content-utils/**'

pkg/astro-tests:
- 'packages/astro-tests/**'

pkg/velox-luna:
- 'packages/velox-luna/**'
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ node_modules/

# Build outputs
dist/
.astro/
**/src/env.d.ts
build/
.inox-tools/
*.js.map
10 changes: 10 additions & 0 deletions docs/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,16 @@ export default defineConfig({
},
],
},
{
label: 'Tools for Authors',
collapsed: false,
items: [
{
label: 'Astro Tests',
link: '/astro-tests',
},
],
},
{
label: 'Modular Station',
collapsed: false,
Expand Down
Loading

0 comments on commit 2180f7b

Please sign in to comment.