mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-27 20:26:40 +00:00
Refactored some components
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { shallow } from 'enzyme'
|
||||
import { values } from 'ramda'
|
||||
import React from 'react'
|
||||
import * as sinon from 'sinon'
|
||||
import { Home } from '../../src/common/Home'
|
||||
import { shallow } from 'enzyme';
|
||||
import { values } from 'ramda';
|
||||
import React from 'react';
|
||||
import * as sinon from 'sinon';
|
||||
import { Home } from '../../src/common/Home';
|
||||
|
||||
describe('<Home />', () => {
|
||||
let wrapped;
|
||||
Reference in New Issue
Block a user