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 e6102fc
Show file tree
Hide file tree
Showing 30 changed files with 1,332 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/strong-trees-bow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@inox-tools/astro-tests': minor
---

Initial release
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 e6102fc

Please sign in to comment.