vuejs / vue-test-utils Public
dev
Commits on Feb 7, 2022
Commits on Jan 22, 2022
-
docs(zh): correct translation (#1942)
The translation of this sentence was a bit weird, I think it would be better to make a litte change here.
-
added Japanese translation about detecting styles (#1946)
Japanese translation about "Detecting Styles" of /docs/guids/common-tips.md
-
Commits on Nov 30, 2021
Commits on Nov 29, 2021
Commits on Nov 17, 2021
Commits on Nov 9, 2021
-
fix: restore chaining and CSS selectors for findComponent (#1910)
Allow findComponent / findAllComponents to be chained from DOM selector and allow CSS selectors to be used
Commits on Oct 29, 2021
-
-
docs: fix typo in zh docs (#1908)
`setTimeout` callbacks are processed in macrotask queue which shoud be translated as '宏任务队列'
-
fix(types): Remove argument for
resetAutoDestroyState
(#1907)`resetAutoDestroyState()` doesn't accept any arguments. See: https://github.com/vuejs/vue-test-utils/blob/b4201332158ae2ad96611c953a88590c9da94154/packages/test-utils/src/auto-destroy.js#L9
-
fix(test-utils): verify object not null for typeof (#1897)
Using vue-test-utils may cause several messages of the sort ``` [Vue warn]: Error in render: "TypeError: Cannot read property 'template' of null" ``` Such messages stemmed from the `isComponentOptions` method call. It seems it received a null object and `typeof null` is object, so this error propagates to users of the library. This patch does not look for the reason a null object was sent in the first place, but it avoids the error propagation. close #1805
-
Update package.json to include the repository key (#1891)
With the rise in supply chain attacks and OSS dependencies being used as a attack vector, Microsoft is working with our ecosystem partners, such as the Linux Foundation's OpenSSF, to enable OSS consumers to track packages back to their public sources. We've identified that the following packages published to NPM do not report where sources can be found, typically accomplished by including a link to your GitHub repository in your `package.json` REPOSITORY field. This PR was created to add this value, ensuring future releases will include this provenance information. Published NPM packages with repository information: * vue-test-utils
Commits on Sep 24, 2021
-
docs: Add french Version (#1837)
* add french version * add more * update of the french version in relation to the feedback * docs: fix some errors in linting docs * fixed the sidebar and updated the README files in the Wrapper and Installation folders * update with prettier run Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
Commits on Sep 6, 2021
-
build(deps): bump tar from 4.4.13 to 4.4.19 (#1900)
Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19. - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](npm/node-tar@v4.4.13...v4.4.19) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Aug 27, 2021
Commits on Aug 11, 2021
-
build(deps): bump path-parse from 1.0.6 to 1.0.7 (#1893)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Jul 22, 2021
Commits on Jul 12, 2021
-
fix: add options param to createLocalVue types (#1873)
Co-authored-by: 陳 佳冬 <jiadong.chen@g.softbank.co.jp>
-
feat: add generic for wrapper.find() and wrapper.get() (#1871)
* feat: add generic for wrapper.find() and wrapper.get() * refactor: change HTMLElement -> Element * fix: fix the tests for wrapper * fix: forgot to apply the generic * test: added the simple test
Commits on Jul 7, 2021
-
build(deps): bump prismjs from 1.23.0 to 1.24.0 (#1866)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.23.0 to 1.24.0. - [Release notes](https://github.com/PrismJS/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](PrismJS/prism@v1.23.0...v1.24.0) --- updated-dependencies: - dependency-name: prismjs dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Jun 14, 2021
Commits on Jun 8, 2021
Commits on May 26, 2021
-
docs(test-utils): add tip about using
trigger('focus')
(#1848)When using `trigger('focus')` with jsdom v16.4.0 and above you must use `attachTo` when mounting the component. Co-authored-by: peterhegman <phegman@gitlab.com>
Commits on May 12, 2021
-
build(deps): bump hosted-git-info from 2.8.5 to 2.8.9 (#1844)
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.5 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](npm/hosted-git-info@v2.8.5...v2.8.9) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on May 9, 2021
-
Update testing-async-components.md (#1836)
* Update testing-async-components.md * Update testing-async-components.md