spec/client/screens/system-settings-tenants.spec.jsx in hippo-fw-0.9.5 vs spec/client/screens/system-settings-tenants.spec.jsx in hippo-fw-0.9.6
- old
+ new
@@ -1,5 +1,5 @@
-import React from 'react';
+import React from 'react'; // eslint-disable-line no-unused-vars
import TenantModel from 'hippo/models/tenant';
import Tenant from 'hippo/screens/system-settings/tenant';
describe('SystemSettings Tenants section', () => {