Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
WIP: Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
acdvorak committed Feb 9, 2019
1 parent c8e9df4 commit e7719ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/mdc-drawer/dismissible.foundation.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ import {assert} from 'chai';
import bel from 'bel';
import td from 'testdouble';

import MDCDismissibleDrawerFoundation from '../../../packages/mdc-drawer/dismissible/foundation';
import {MDCDismissibleDrawerFoundation} from '../../../packages/mdc-drawer/dismissible/foundation';
import {MDCModalDrawerFoundation} from '../../../packages/mdc-drawer/modal/foundation';
import {strings, cssClasses} from '../../../packages/mdc-drawer/constants';
import {verifyDefaultAdapter} from '../helpers/foundation';
import {install as installClock} from '../helpers/clock';
import {MDCModalDrawerFoundation} from "../../../packages/mdc-drawer";

suite('MDCDismissibleDrawerFoundation');

Expand Down

0 comments on commit e7719ba

Please sign in to comment.