jest-serializer-vue icon indicating copy to clipboard operation
jest-serializer-vue copied to clipboard

Jest Serializer for Vue components

Results 12 jest-serializer-vue issues
Sort by recently updated
recently updated
newest added

if you want to use the serializer in a typescript setup file like `setup.jest.ts` an error occurs which says that no type definitions are found this pr adds the `index.d.ts`...

Bumps [debug](https://github.com/debug-js/debug) from 2.6.8 to 2.6.9. Release notes Sourced from debug's releases. 2.6.9 Patches Remove ReDoS regexp in %o formatter: #504 Credits Huge thanks to @​zhuangya for their help! Changelog...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.4.1. Changelog Sourced from qs's changelog. 6.4.1 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...

dependencies

Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Since forking `jest-serializer-vue` I've essentially rewrote the entire repo. This includes changing things like the CI, and code style, with very different linting settings. I've also restructured the files. Making...

help wanted

## problem passing object to prop of one component should be serialized ## example serializing following component: ```html ``` gives you somehting like this: ```html exports[`InstantOrderForm snapshot renders 1`] =...

feature request

First of all, thank you for your contribution. I am using jest snapshot for snapshoting template state of Vue component - SFC (single file component) and instanbul comments get into...

Is it possible to change the output directory?

Hey there! 👋 I needed to add some functionality today that replaces random attributes with deterministic ones. Specifically, I am working with [v-tooltip](https://github.com/Akryum/v-tooltip), which generates [random ids](https://github.com/Akryum/v-tooltip/blob/fa672f6d6d2004d9cb285ce4551f12c9ca1f6540/src/components/Popover.vue#L173) that end up...