From 05533583e61cab9b66381bdaf2ef66fad54e827d Mon Sep 17 00:00:00 2001 From: devTeaa Date: Thu, 8 Oct 2020 18:43:56 +0700 Subject: [PATCH] add test case for issue#1260 --- tests/lib/rules/custom-event-name-casing.js | 34 +++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/tests/lib/rules/custom-event-name-casing.js b/tests/lib/rules/custom-event-name-casing.js index 2942c9c72..58211689b 100644 --- a/tests/lib/rules/custom-event-name-casing.js +++ b/tests/lib/rules/custom-event-name-casing.js @@ -192,6 +192,40 @@ tester.run('custom-event-name-casing', rule, { `, options: [{ ignores: ['fooBar', 'barBaz', 'bazQux'] }] + }, + { + filename: 'test.vue', + code: ` + + + `, + options: [{ ignores: ['input:update', 'search:update', 'click:row'] }] } ], invalid: [