Fix ESLint errors in spec/api/plugin-api.spec.js
Fix the following errors: 59:35 error "options" is defined but never used no-unused-vars 91:11 error "plugin" is defined but never used no-unused-vars 102:35 error "options" is defined but never used no-unused-vars 128:35 error "options" is defined but never used no-unused-vars Note that ESLint revealed a real problem where the test supposedly verifying receiving options by a plugin didn't actually verify anything.redux
parent
47ac688ce9
commit
04f8b50f80
Loading…
Reference in New Issue