Edward Wardell-Yerburgh

Results 7 issues of Edward Wardell-Yerburgh

### Version 1.0.0-beta.29 ### Reproduction link [https://github.com/yoyoys/vue-slot-pug-bug-jest-reproduction](https://github.com/yoyoys/vue-slot-pug-bug-jest-reproduction) ### Steps to reproduce 1. create project by vue-cli 3.6.3, using jest, TypeScript, TSLint, Class Component 2. `npm i -D pug pug-plain-loader` 3....

bug

## Feature Request Add a `transformDirectoryAsync` method to @babel/core **Is your feature request related to a problem? Please describe.** I want to dynamically generate an options object then transform a...

i: enhancement

Conditional components that are false render as a comment: `` jest-vue-serializer should strip these out for an improved diff. (Original issue https://github.com/vuejs/vue-test-utils/issues/792)

`containsAllMatchingElements` does not behave correctly when comparing tags that have different properties — https://github.com/bbc/enzyme-adapter-inferno/blob/master/test/specs/ReactWrapper.spec.js#L2996 `matchesElement` has the same problem—https://github.com/bbc/enzyme-adapter-inferno/blob/master/test/specs/ReactWrapper.spec.js#L2843

Should call componentWillUnmount when `unmount` is called. Skipped test—https://github.com/bbc/enzyme-adapter-inferno/blob/master/test/specs/ReactWrapper.spec.js#L1213 Unmount method—https://github.com/bbc/enzyme-adapter-inferno/blob/master/src/InfernoEnzymeAdapter.js#L63

We need to add support for the `attachTo` method provided by enzyme. This option allows you to pass a DOM element that `mount` will attach to. Inferno caches root nodes...

Currently there is no support for `context`. All tests for `context` features have been skipped. There are no docs on context, but the API is the same as context in...