Skip to content

Commit 56b1761

Browse files
committed
test: fix test cases
1 parent 4eb031d commit 56b1761

File tree

3 files changed

+886
-24
lines changed

3 files changed

+886
-24
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.0.0-next.2
1+
# @intlify/eslint-plugin-vue-i18n
22

33
## 3.0.0-next.6
44

@@ -28,6 +28,8 @@
2828

2929
- [#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.
3030

31+
## 3.0.0-next.2
32+
3133
### Patch Changes
3234

3335
- [#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

tests/lib/rules/no-missing-keys.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -297,13 +297,6 @@ tester.run('no-missing-keys', rule as never, {
297297
`'messages.missing' does not exist in localization message resources`
298298
]
299299
},
300-
{
301-
// nested missing
302-
code: `$t('messages.missing')`,
303-
errors: [
304-
`'messages.missing' does not exist in localization message resources`
305-
]
306-
},
307300
{
308301
// @ts-expect-error -- Type error for eslint v9
309302
languageOptions: {

0 commit comments

Comments
 (0)