-
-
Notifications
You must be signed in to change notification settings - Fork 53
Write tests for src/syft-model.js #146
Copy link
Copy link
Open
Labels
Good first issue 🎓Perfect for beginners, welcome to OpenMined!Perfect for beginners, welcome to OpenMined!Priority: 3 - Medium 😒Should be fixed soon, but there may be other pressing matters that come firstShould be fixed soon, but there may be other pressing matters that come firstSeverity: 4 - Low 😎An aesthetic issue or is the result of non-conformance to a standardAn aesthetic issue or is the result of non-conformance to a standardType: Testing 🧪Add testing or improving existing testing of a file, feature, or codebaseAdd testing or improving existing testing of a file, feature, or codebasehacktoberfest-accepted
Milestone
Metadata
Metadata
Assignees
Labels
Good first issue 🎓Perfect for beginners, welcome to OpenMined!Perfect for beginners, welcome to OpenMined!Priority: 3 - Medium 😒Should be fixed soon, but there may be other pressing matters that come firstShould be fixed soon, but there may be other pressing matters that come firstSeverity: 4 - Low 😎An aesthetic issue or is the result of non-conformance to a standardAn aesthetic issue or is the result of non-conformance to a standardType: Testing 🧪Add testing or improving existing testing of a file, feature, or codebaseAdd testing or improving existing testing of a file, feature, or codebasehacktoberfest-accepted
Description
src/syft-model.js
Type of Test
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