Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
+6 Should add two numbers
+6 Should subtract two numbers
+6 Should multiply two numbers
+6 Should divide two numbers
+6 Should exponentiate two numbers
+6 Should return null for invalid action
+6 Should return null for invalid arguments
+6 Should add two numbers
+6 Should subtract two numbers
+6 Should multiply two numbers
+6 Should divide two numbers
+6 Should exponentiate two numbers
+6 Should return null for invalid action
+6 Should return null for invalid arguments
+6 Should resolve provided value
+6 Should throw error with provided message
+6 Should throw error with default message if message is not provided
+6 Should throw custom error
+6 Should reject custom error
+6 Should create account with initial balance
+6 Should throw InsufficientFundsError error when withdrawing more than balance
+6 Should throw error when transferring more than balance
+6 Should throw error when transferring to the same account
+6 Should deposit money
+6 Should withdraw money
+6 Should transfer money
+6 fetchBalance should return number in case if request did not failed
+6 Should set new balance if fetchBalance returned number
+6 Should throw SynchronizationFailedError if fetchBalance returned null
+6 mockOne, mockTwo, mockThree should not log into console
+6 unmockedFunction should log into console
+6 Should set timeout with provided callback and timeout
+6 Should call callback only after timeout
+6 Should set interval with provided callback and timeout
+6 Should call callback multiple times after multiple intervals
+6 Should call join with pathToFile
+6 Should return null if file does not exist
+6 Should return file content if file exists
+6 Should create instance with provided base url
+6 Should perform request to correct provided url
+6 Should return response data
+6 Should generate linked list from values 1
+6 Should generate linked list from values 2