chore!: tried a bunch of stuff #23
Annotations
10 errors
test
Module '"vue-demi"' has no exported member 'Fragment'.
|
test
Duplicate identifier 'isVue2'.
|
test
Duplicate identifier 'isVue2'.
|
test
Expected 1 arguments, but got 2.
|
test
Type '{ count: Readonly<Ref<number>>; }' is not assignable to type 'IntrinsicAttributes & Readonly<Partial<{}> & Omit<{} & {}, never>>'.
|
tests/use-selector-and-dispatch.test.tsx > Vue Redux > useSelector should work without reactivity:
packages/vue-redux/tests/use-selector-and-dispatch.test.tsx#L44
TestingLibraryElementError: Unable to find an element with the text: Count: 0. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div />
</body>
❯ Object.getElementError ../../node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/config.js:37:19
❯ ../../node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ ../../node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ ../../node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ tests/use-selector-and-dispatch.test.tsx:44:12
|
tests/use-selector-and-dispatch.test.tsx > Vue Redux > useSelector should work with reactivity:
packages/vue-redux/tests/use-selector-and-dispatch.test.tsx#L77
TestingLibraryElementError: Unable to find an element with the text: Count: 0. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div />
</body>
❯ Object.getElementError ../../node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/config.js:37:19
❯ ../../node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ ../../node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ ../../node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ tests/use-selector-and-dispatch.test.tsx:77:17
|
tests/use-selector.spec.tsx > Vue > compositions > useSelector > core subscription behavior > selects the state on initial render:
packages/vue-redux/tests/use-selector.spec.tsx#L70
TypeError: cleanup is not a function
❯ tests/use-selector.spec.tsx:70:23
|
tests/use-selector.spec.tsx > Vue > compositions > useSelector > core subscription behavior > selects the state and renders the component when the store updates:
packages/vue-redux/tests/use-selector.spec.tsx#L70
TypeError: cleanup is not a function
❯ tests/use-selector.spec.tsx:70:23
|
tests/use-selector.spec.tsx > Vue > compositions > useSelector > lifecycle interactions > always uses the latest state:
packages/vue-redux/tests/use-selector.spec.tsx#L70
TypeError: cleanup is not a function
❯ tests/use-selector.spec.tsx:70:23
|