This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am nessup on github. | |
* I am nessup (https://keybase.io/nessup) on keybase. | |
* I have a public key ASCKNdmzkv31EwKTBmmGV21nINb3YwgFbdfQfU8XBo1QGQo | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
waitForDomChange({ container }) | |
.then(() => { | |
// Assert | |
expect(props.createComment).toHaveBeenCalledTimes(1) | |
expect(props.createComment).toHaveBeenCalledWith(newComment) | |
}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Joi = require('joi'); | |
/* | |
* Test listings | |
*/ | |
let listings = [ | |
{ | |
'id':4522, | |
'listing_price_cents':33700000, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<head> | |
<!-- ... --> | |
<script src="bower_components/x-gif/dist/platform.js"></script> | |
<!-- ... --> | |
</head> | |
<body> | |
<!-- ... --> | |
<!-- build:js scripts/main.js --> | |
<script data-main="scripts/main" src="bower_components/requirejs/require.js"></script> |