Skip to content

Commit

Permalink
Merge pull request #264 from ixartz/update-jest-vscode
Browse files Browse the repository at this point in the history
fix: use new VSCode Jest configuration
  • Loading branch information
ixartz committed Apr 3, 2024
2 parents fde46a3 + 75dfb8b commit 9aa1727
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@
"next/dist/client/router.d.ts"
],
"typescript.preferences.preferTypeOnlyAutoImports": true, // Prefer type-only imports
"jest.autoRun": {
"watch": false // Start the jest with the watch flag
// "onStartup": ["all-tests"] // Run all tests upon project launch
},
"jest.showCoverageOnLoad": true, // Show code coverage when the project is launched
"jest.autoRevealOutput": "on-exec-error", // Don't automatically open test explorer terminal on launch
"jest.runMode": {
"type": "on-save",
"testFileOnly": true,
"coverage": true
}, // Configure Jest extension
// Multiple language settings for json and jsonc files
"[json][jsonc][yaml]": {
"editor.formatOnSave": true,
Expand Down
11 changes: 11 additions & 0 deletions src/app/[locale]/(unauth)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@ export default function Index() {
</a>
.
</p>
<p>
Follow{' '}
<a
className="text-blue-700 hover:border-b-2 hover:border-blue-700"
href="https://twitter.com/ixartz"
target="_blank"
>
@Ixartz on Twitter
</a>{' '}
for updates and more information about the boilerplate.
</p>
<p>
Our sponsors&apos; exceptional support has made this project possible.
Their services integrate seamlessly with the boilerplate, and we
Expand Down

0 comments on commit 9aa1727

Please sign in to comment.