Skip to content

Commit

Permalink
feat: add jest globals to standard
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrothe committed Jul 23, 2023
1 parent 7493725 commit be8c23d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,13 @@
"svelte-preprocess": "^5.0.4",
"typescript": "^5.1.6"
},
"packageManager": "pnpm@8.6.5"
"packageManager": "pnpm@8.6.5",
"standard": {
"globals": [
"jest",
"it",
"expect",
"describe"
]
}
}

0 comments on commit be8c23d

Please sign in to comment.