We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee692eb commit 6081a0eCopy full SHA for 6081a0e
src/js/__tests__/components/login.js
@@ -44,10 +44,6 @@ describe('Test for Login Component', function () {
44
45
it('Should get the token from github', function () {
46
47
- AuthStore.authStatus = function () {
48
- return false;
49
- };
50
-
51
var instance;
52
React.withContext({router: new Router()}, function () {
53
instance = TestUtils.renderIntoDocument(<Login />);
@@ -65,10 +61,6 @@ describe('Test for Login Component', function () {
65
61
66
62
it('Should fail to get the token from github', function () {
67
63
68
69
70
71
72
64
73
74
0 commit comments