We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351fe4d commit bb5d3d0Copy full SHA for bb5d3d0
src/app/__tests__/switchState.test.jsx
@@ -0,0 +1,10 @@
1
+import React from 'react';
2
+import { configure, shallow } from 'enzyme';
3
+import SwitchState from '../components/SwitchState';
4
+
5
+// Should describe unit testing for SwitchState
6
+ // Should create a shallow copy of SwitchState
7
+ // The component should have an array of objects that have value
8
+ // and the label should be the name of the state being captured
9
10
+ // If the label is selected, it should only display relevant components with the same state name
0 commit comments