Skip to content

Commit

Permalink
Merge branch 'next' into chore/more-states-vi
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Jul 22, 2023
2 parents 259263a + 9a2f74a commit 4d79ec9
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 58 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -96,8 +96,8 @@
"@types/sanitize-html": "~2.9.0",
"@types/semver": "~7.5.0",
"@types/validator": "~13.7.17",
"@typescript-eslint/eslint-plugin": "~5.62.0",
"@typescript-eslint/parser": "~5.62.0",
"@typescript-eslint/eslint-plugin": "~6.1.0",
"@typescript-eslint/parser": "~6.1.0",
"@vitest/coverage-v8": "~0.33.0",
"@vitest/ui": "~0.33.0",
"@vueuse/core": "~10.2.1",
Expand Down
119 changes: 65 additions & 54 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions test/vitest-extensions.ts
Expand Up @@ -23,8 +23,6 @@ interface CustomMatchers {
}

declare module 'vitest' {
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface Assertion extends CustomMatchers {}
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface AsymmetricMatchersContaining extends CustomMatchers {}
}

0 comments on commit 4d79ec9

Please sign in to comment.