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 e72e853 commit 049e227Copy full SHA for 049e227
test/components/schemes.js
@@ -37,7 +37,7 @@ describe("<Schemes/>", function(){
37
])
38
wrapper.setProps(props)
39
40
- // Then currentScheme should default to first scheme in options list
+ // Then currentScheme should default to first scheme in options list, again
41
expect(props.specActions.setScheme).toHaveBeenCalledWith("https", "/test", "get")
42
})
43
0 commit comments