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

Add jest round2 #37

Merged

Conversation

VladimirAfanasievFS
Copy link
Collaborator

#36

Copy link
Collaborator

@glagius glagius left a comment

Choose a reason for hiding this comment

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

Надо запустить локально тесты и проверить. Я не понял, почему объект fakeSocket вдруг стал сокетом.


describe('socket', () => {
const fakeSocket = {};
socketConnect(('wss://codebattle.hexlet.io/extension/websocket?vsn=2.0.0'), fakeSocket);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Если честно, я пока не понял как эта штука сработала.
Ощущение что либо у нас неправильно сделан socketConnect, либо где-то идёт мухлеж с кодом

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ну не мухлеж... Все по заветам хекслета. Это идея из продвинутого тестирования. Сущность сокета по умолчанию устанавливается, и если явно не передать в socketConnect

@glagius glagius merged commit 9ae4af0 into hexlet-codebattle:master Oct 5, 2020
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.

2 participants