Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sandbox exercises #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

romanV7
Copy link

@romanV7 romanV7 commented Dec 30, 2019

I've dove some tasks from READ.md
I had to write " let api " in framework and application files, cause tests didn't wanna pass my code!
But if remove " let api " from these files, code will execute.
As a result, we have to remove " let api " in a bit to make the following code work properly.

Copy link

@RV8V RV8V left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change it.

@@ -1,19 +1,47 @@
'use strict';
// Tests requires
let api;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It really needs to be deleted.

}
};
// Tests require to initialize 'api', but with it, code is not running!
let api;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And this one too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants