Skip to content

Commit

Permalink
Merge branch 'infoshareacademy:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
plumcoding authored Feb 25, 2024
2 parents 12d7788 + 59d46f0 commit 2276b91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dummy/@/lib/auth/sign-in.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function SignInForm({
<Input name='email' type='email'/>
</Label>

<Label htmlFor='password'>
<Label>
Password
<Input name='password' type='password'/>
</Label>
Expand Down
3 changes: 2 additions & 1 deletion dummy/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default mergeConfig(viteConfig, defineConfig({
include: ['**/*.{test,spec}.{js,jsx,ts,tsx}'],
setupFiles: [
'./vitest.setup.ts'
]
],
globals: true,
}
}));

0 comments on commit 2276b91

Please sign in to comment.