Skip to content

Commit

Permalink
feat: New test package (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
Signed-off-by: Luiz Ferraz <luiz@lferraz.com>
  • Loading branch information
3 people committed Sep 10, 2024
1 parent 6e1cff7 commit 0355d1f
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
@@ -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
@@ -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
@@ -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,
Loading

0 comments on commit 0355d1f

Please sign in to comment.