Browse Source

Add small comment to test

bubble
Kyle Shockey 7 years ago
parent
commit
049e227c3c
No known key found for this signature in database GPG Key ID: DC20D559FFBC0D36
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/components/schemes.js

+ 1
- 1
test/components/schemes.js View File

@@ -37,7 +37,7 @@ describe("<Schemes/>", function(){
])
wrapper.setProps(props)

// Then currentScheme should default to first scheme in options list
// Then currentScheme should default to first scheme in options list, again
expect(props.specActions.setScheme).toHaveBeenCalledWith("https", "/test", "get")
})



Loading…
Cancel
Save