Skip to content

Commit

Permalink
test: fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Feb 20, 2024
1 parent 4eb031d commit 56b1761
Show file tree
Hide file tree
Showing 3 changed files with 886 additions and 24 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.0.0-next.2
# @intlify/eslint-plugin-vue-i18n

## 3.0.0-next.6

Expand Down Expand Up @@ -28,6 +28,8 @@

- [#413](https://github.com/intlify/eslint-plugin-vue-i18n/pull/413) [`0fadd81`](https://github.com/intlify/eslint-plugin-vue-i18n/commit/0fadd81f0551c380514744573b4c3fdac9b9d4fa) Thanks [@dargmuesli](https://github.com/dargmuesli)! - Pin `@intlify` dependencies to tag `beta` to try to prevent renovate from downgrading.

## 3.0.0-next.2

### Patch Changes

- [#394](https://github.com/intlify/eslint-plugin-vue-i18n/pull/394) [`3774e88`](https://github.com/intlify/eslint-plugin-vue-i18n/commit/3774e88ba06335efe2112594d0c92b8ac4e5d242) Thanks [@wolfgangwalther](https://github.com/wolfgangwalther)! - fix: no-missing-keys rule reports false positive with trailing dot
Expand Down
7 changes: 0 additions & 7 deletions tests/lib/rules/no-missing-keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,13 +297,6 @@ tester.run('no-missing-keys', rule as never, {
`'messages.missing' does not exist in localization message resources`
]
},
{
// nested missing
code: `$t('messages.missing')`,
errors: [
`'messages.missing' does not exist in localization message resources`
]
},
{
// @ts-expect-error -- Type error for eslint v9
languageOptions: {
Expand Down
Loading

0 comments on commit 56b1761

Please sign in to comment.