Skip to content

Commit 6081a0e

Browse files
author
Emmanouil Konstantinidis
committed
Clean up
1 parent ee692eb commit 6081a0e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/js/__tests__/components/login.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ describe('Test for Login Component', function () {
4444

4545
it('Should get the token from github', function () {
4646

47-
AuthStore.authStatus = function () {
48-
return false;
49-
};
50-
5147
var instance;
5248
React.withContext({router: new Router()}, function () {
5349
instance = TestUtils.renderIntoDocument(<Login />);
@@ -65,10 +61,6 @@ describe('Test for Login Component', function () {
6561

6662
it('Should fail to get the token from github', function () {
6763

68-
AuthStore.authStatus = function () {
69-
return false;
70-
};
71-
7264
var instance;
7365
React.withContext({router: new Router()}, function () {
7466
instance = TestUtils.renderIntoDocument(<Login />);

0 commit comments

Comments
 (0)