syft.js icon indicating copy to clipboard operation
syft.js copied to clipboard

Write tests for src/grid-api-client.js

Open tcp opened this issue 4 years ago • 3 comments

Description

src/grid-api-client.js

Type of Test

  • [x] Unit test (e.g. checking a loop, method, or function is working as intended)
  • [ ] Integration test (e.g. checking if a certain group or set of functionality is working as intended)
  • [ ] Regression test (e.g. checking if by adding or removing a module of code allows other systems to continue to function as intended)
  • [ ] Stress test (e.g. checking to see how well a system performs under various situations, including heavy usage)
  • [ ] Performance test (e.g. checking to see how efficient a system is as performing the intended task)
  • [ ] Other

Expected Behavior

We expect this file to be covered completely by tests. It's not intended to test feature-related functionality but is instead intended to test the file in isolation.

Additional Context

None

tcp avatar May 27 '20 19:05 tcp

Hi! I'm interested in working on this ticket. What do I need to know about testing in this repo for my pull request(s)?

choilmto avatar Jun 29 '20 12:06 choilmto

Fantastic @choilmto ! Go ahead and get started on this issue. For PR’s, just fork the repo and push to your cloned repo, you can make a PR from there.

cereallarceny avatar Jul 01 '20 22:07 cereallarceny

@choilmto feel free to ask questions in #lib_syft_js channel in Openmined slack as well!

vvmnnnkv avatar Jul 02 '20 23:07 vvmnnnkv