Skip to content

Commit

Permalink
Correction des tests unitaires (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreCantin committed Feb 15, 2023
1 parent 481dc42 commit 07645dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

# npm test
npm test
npx lint-staged
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default defineConfig(({ mode }) => {
},

test: {
deps: { inline: ["@sveltejs/kit"] },
include: ["src/**/*.{test,spec}.{js,ts}"],
},
};
Expand Down

0 comments on commit 07645dd

Please sign in to comment.