Skip to content

Commit

Permalink
linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Xon committed Aug 25, 2024
1 parent 1f6415a commit b9d71ef
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions test-e2e/test-suit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export class TestSuit {

logConsole(): void {
this.page.on('console', (msg) => {
// eslint-disable-next-line no-console
console.log(msg);
});
}
Expand Down
1 change: 0 additions & 1 deletion test/scripts/choices.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { WrappedSelect, WrappedInput } from '../../src/scripts/components/index'
import { removeItem } from '../../src/scripts/actions/items';
import templates from '../../src/scripts/templates';
import { ChoiceFull } from '../../src/scripts/interfaces/choice-full';
import { GroupFull } from '../../src/scripts/interfaces/group-full';
import { SearchByFuse } from '../../src/scripts/search/fuse';
import { SearchByPrefixFilter } from '../../src/scripts/search/prefix-filter';

Expand Down
1 change: 0 additions & 1 deletion test/scripts/components/dropdown.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { expect } from 'chai';
import sinon from 'sinon';
import { DEFAULT_CLASSNAMES } from '../../../src';
import Dropdown from '../../../src/scripts/components/dropdown';
import { getClassNames } from '../../../src/scripts/lib/utils';
Expand Down

0 comments on commit b9d71ef

Please sign in to comment.