summaryrefslogtreecommitdiffhomepage
path: root/test/components/AccountInput.spec.js
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@codeispoetry.ru>2017-03-10 19:25:19 +0000
committerAndrej Mihajlov <and@codeispoetry.ru>2017-03-10 19:25:19 +0000
commitd8ea9e952083e6d4d905a13729a9f8525abeb286 (patch)
treed26a4c1a0df1b6529ed27dfbbd40c9751bbbc74d /test/components/AccountInput.spec.js
parentab936cc298a81dbf0ef13e53bd03cff7f2324d13 (diff)
downloadmullvadvpn-d8ea9e952083e6d4d905a13729a9f8525abeb286.tar.xz
mullvadvpn-d8ea9e952083e6d4d905a13729a9f8525abeb286.zip
Improve docs coverage. Add external docs for React.Component and Redux.Store
Diffstat (limited to 'test/components/AccountInput.spec.js')
-rw-r--r--test/components/AccountInput.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/components/AccountInput.spec.js b/test/components/AccountInput.spec.js
index 17687240ad..180598d49e 100644
--- a/test/components/AccountInput.spec.js
+++ b/test/components/AccountInput.spec.js
@@ -5,7 +5,7 @@ import React from 'react';
import ReactTestUtils, { Simulate } from 'react-addons-test-utils';
import AccountInput from '../../app/components/AccountInput';
-describe('components: AccountInput', () => {
+describe('components/AccountInput', () => {
it('should call onEnter', (done) => {
const onEnter = () => {