Nathan Hardy

Results 7 comments of Nathan Hardy

@probablyup this has been updated recently. Are you able to take a look?

#354 has been updated to include a fix for both snapshots and the `.toHaveStyleRule()` assertion.

Any word on when this might be merged?

@dperini: I've traced the issue back to this line here: https://github.com/dperini/nwsapi/blob/32da18d5ca9c39057ff8083c87ae0ebf58dbe977/src/nwsapi.js#L1087 It looks like `if(n===e)break;` appears outside the `while` loop which causes this syntax error.

> Is this similar to #1077 ? I don't think so. This issue (#1107) seems to occur only when using cross-file `$ref`s, whereas #1077 doesn't mention that in examples.