Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. expect(input[0].props.defaultValue).to.equal(sensorId); // passes
  2. expect(input[0].value).to.equal(sensorId); // "expected undefined to equal ..."
  3.  
  4. import $ as "teaspoon";
  5. const input = $(comp).find("input[name=sensorId]");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement