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 }