You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I just want to be clear about the task.
The goal of the task is creating unit tests for others providers, gcp and azure, for storage and network services. So basically, I have to add more test in storage.test.js and network.test.js and create Gcpmock.js and Azuremock.js file for those tests.
Please tell me whether I am mistaken.
Hi, I just want to be clear about the task.
The goal of the task is creating unit tests for others providers, gcp and azure, for storage and network services. So basically, I have to add more test in storage.test.js and network.test.js and create Gcpmock.js and Azuremock.js file for those tests.
Please tell me whether I am mistaken.
@duc0905 Yes you can create mock files and write tests. You can write more test for network.test.js
by looking for the methods which has no test written under network.js.
i.e network.test.js has only 4 tests but network.js has more methods, Write test for the reaming methods.
The text was updated successfully, but these errors were encountered: