Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
Lint2
Browse files Browse the repository at this point in the history
  • Loading branch information
matiaslaurarasmussen committed Nov 20, 2015
1 parent f3948ff commit 92587db
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/FilterGuide/__tests__/FilterGuide.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ import React from 'react';

describe('Test the FilterGuide component', () => {
it('displays a list of words', ()=> {
let elements = [
{value: 'test', type: 'testType'},
{value: 'test2', type: 'testType2'}
];
let categories = [{type: 'term.workType', value: 'Movie', displayValue: 'Film', cssClass: 'worktype'}];

let select = sinon.spy(); // eslint-disable-line block-scoped-var, no-undef
Expand Down

0 comments on commit 92587db

Please sign in to comment.