From 3efe5f398756f912041e7da3e3d41da1d9418a76 Mon Sep 17 00:00:00 2001 From: Xianming Zhong Date: Tue, 2 Oct 2018 23:52:32 +0800 Subject: [PATCH] fix test comments --- test/options.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/options.test.js b/test/options.test.js index 72b83e9..5d2fbba 100644 --- a/test/options.test.js +++ b/test/options.test.js @@ -122,7 +122,7 @@ describe('options', () => { .lint({ files: [fixture], config: { - // Set moduleName option to "emotion" + // Set importName option to "notDefault" processors: [[processor, { importName: 'notDefault' }]], rules }