feat: verison bump #33
ci.yml
on: push
test, lint & typecheck
12s
release
0s
Annotations
2 errors
test/react.test.tsx > react > should cache:
test/react.test.tsx#L119
TestingLibraryElementError: Unable to find an element with the text: data:6. 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>
<div>
data:
OK
</div>
</div>
<div>
<div>
<div>
data:
2
</div>
<button
type="button"
>
refetch
</button>
</div>
</div>
<div>
<div>
<div>
data:
17
</div>
<button
type="button"
>
refetch
</button>
</div>
</div>
<div>
<div>
data:
7
</div>
</div>
<div>
<div>
data:
7
</div>
</div>
</body>
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div>
<div>
data:
OK
</div>
</div>
<div>
<div>
<div>
data:
2
</div>
<button
type="button"
>
refetch
</button>
</div>
</div>
<div>
<div>
<div>
data:
17
</div>
<button
type="button"
>
refetch
</button>
</div>
</div>
<div>
<div>
data:
7
</div>
</div>
<div>
<div>
data:
7
</div>
</div>
</body>
</html>
❯ Proxy.waitForWrapper node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ test/react.test.tsx:119:11
|
test, lint & typecheck
Process completed with exit code 1.
|