diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-16 22:23:01 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-16 22:23:01 +0000 |
| commit | 5d35f427e081a23693b8629a6846aea0f47ca4c7 (patch) | |
| tree | 830c766f0b9f198630c1f553ebe80f51ef9edad1 /test | |
| parent | 9fa8ea732ab9ebd5677cf60b401b999da69aa165 (diff) | |
| download | mullvadvpn-5d35f427e081a23693b8629a6846aea0f47ca4c7.tar.xz mullvadvpn-5d35f427e081a23693b8629a6846aea0f47ca4c7.zip | |
Refactor code
Diffstat (limited to 'test')
| -rw-r--r-- | test/tray-animator.spec.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tray-animator.spec.js b/test/tray-animator.spec.js index c6c1769160..c22cdb7a25 100644 --- a/test/tray-animator.spec.js +++ b/test/tray-animator.spec.js @@ -1,6 +1,6 @@ import { expect } from 'chai'; -import { TrayAnimator, } from '../app/lib/tray-animator'; -import { TrayAnimation } from '../app/lib/tray-animation'; +import TrayAnimator from '../app/lib/tray-animator'; +import TrayAnimation from '../app/lib/tray-animation'; import { nativeImage } from 'electron'; describe('lib/tray-animator', function() { |
