Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
vantezzen committed Oct 20, 2024
1 parent d1e3771 commit 5ff6046
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
start: npm run cypress
browser: chrome
component: true
spec: cypress/component/all.cy.tsx
spec: apps/web/cypress/component/all.cy.tsx
4 changes: 2 additions & 2 deletions apps/docs/pages/docs/technical/todo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ import { Callout } from "nextra/components";
- [ ] Joi
- [ ] Clean up documentation
- [ ] Dependencies
- [ ] Custom field types via prop to AutoForm
- [ ] Software tests
- [x] Custom field types via prop to AutoForm
- [x] Software tests

0 comments on commit 5ff6046

Please sign in to comment.