Skip to content

Commit eea4ac1

Browse files
committed
Removed references to no longer existing files within unit tests
1 parent 65d6805 commit eea4ac1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

test/unit/app.spec.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,10 @@ const appFiles = [
88
'app/config.js',
99
'app/theme.js',
1010
'app/variables.scss',
11-
'app/components/AccountDropdown/AccountDropdown.js',
12-
'app/components/AccountDropdown/AccountDropdown.scss',
13-
'app/components/AccountManager/AccountManager.js',
14-
'app/components/AccountManager/AccountManager.scss',
1511
'app/components/LoginForm/LoginForm.js',
1612
'app/components/LoginForm/LoginForm.scss',
17-
'app/components/Navbar/Navbar.js',
18-
'app/components/Navbar/Navbar.scss',
13+
'app/containers/Navbar/Navbar.js',
14+
'app/containers/Navbar/Navbar.scss',
1915
'app/components/SignupForm/SignupForm.js',
2016
'app/components/SignupForm/SignupForm.scss'
2117
]

0 commit comments

Comments
 (0)