bore
bore copied to clipboard
An Enzyme-like testing utility built for the DOM and Web Components.
This Pull Request updates dependency [skatejs-dom-diff](https://github.com/skatejs/dom-diff) from `^0.4.2` to `^1.0.0` # Release Notes ### [`v1.0.0`](https://github.com/skatejs/dom-diff/releases/tag/v1.0.0) #### 1.0.0 (2016-12-10) ##### Features - Update docs. Add web worker support. Add to /...
This Pull Request updates dependency [jest](https://github.com/facebook/jest) from `v20.0.4` to `v22.1.4` # Commits facebook/jest #### v22.0.5 - [`2b9e7b9`](https://github.com/facebook/jest/commit/2b9e7b9054f45ad6ca9af3fdbd67303d2f118678) Update translators file (#​5219) - [`96a44df`](https://github.com/facebook/jest/commit/96a44df8c07742997d7068c7b5925d1394fae0f9) Use docusaurus-bot for publishing (#​5221) - [`e25eceb`](https://github.com/facebook/jest/commit/e25eceb8fcdefb2fc704d3fef5c6d8f126458593)...
This Pull Request updates dependency [nwb](https://github.com/insin/nwb) from `v0.16.3` to `v0.21.5` # Release Notes ### [`v0.17.0`](https://github.com/insin/nwb/releases/tag/v0.17.0) ### 0.17.0 / 2017-06-17 #### Breaking Changes - Now using [Webpack Dev Server](https://github.com/webpack/webpack-dev-server) (instead of...
This Pull Request updates dependency [@​skatejs/val](https://github.com/skatejs/val) from `v0.3.1` to `v0.4.0` # Commits skatejs/val #### v0.4.0 - [`578f305`](https://github.com/skatejs/val/commit/578f30581cf86b05c3ebe8ebc866012807ef4045) docs: document h export instead of val() - [`f5094ef`](https://github.com/skatejs/val/commit/f5094efaa8f5e1d1f30c3a66238bb173936bc0d0) docs: Update badges -...
This Pull Request updates dependency `@skatejs/ssr` from `v0.19.0` to `v0.19.1` --- This PR has been generated by [Renovate Bot](https://renovateapp.com).
The README says > There's no distinction between shallow rendering and full rendering as there's no significant performance implications and Shadow DOM negates the need for the distinction. What does...
This should work for hosts if no shadow root is available like other forms: `has()`
Hello, Would you mind a PR with typescript typings ?
Currently there's only `mount()`. There might be use cases for: - `light()` - Only traverses light DOM - `shadow()` - Current impl of `mount()`. Uses `shadowRoot`, but does not descend...
This would effectively fill what the shadow-piercing combinator enabled. No matter how deep the element you're trying to select is, it should find and return it. The only catch is...