From 5c446d4cf5b17bc601ff9946e8f0325eec4b7cbf Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 1 Jun 2020 18:26:06 +0300 Subject: [PATCH] xxx --- .../test/fixture/index-of.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugin-convert-index-of-to-includes/test/fixture/index-of.js b/packages/plugin-convert-index-of-to-includes/test/fixture/index-of.js index 0dcf8737e0..aa6685a193 100644 --- a/packages/plugin-convert-index-of-to-includes/test/fixture/index-of.js +++ b/packages/plugin-convert-index-of-to-includes/test/fixture/index-of.js @@ -1,2 +1,2 @@ -if (array.includes(a)) { +if (!~array.indexOf.includes(a)) { }