-
`reactable` has an underappreciated `WidgetContainer` that handles `htmlwidgets` (see [lines](https://github.com/glin/reactable/blob/0e269589bd4ff88e8e5eff0be2847257b470c106/srcjs/WidgetContainer.js) …
-
**Is your feature request related to a problem? Please describe.**
When refactoring stories, I accidentally wrote `` instead of `{Template.bind({})}`. It still build fine, but the whole storybook did…
-
I am trying to use the package with a axion request on a vue component following the basic example but maybe I am not understanding the basics here, I can't get a `then` spy to have been called.
``…
-
It's impossible to use `wait-for-expect` and `legacy` fake timers with Jest v27.
If you set `legacy` timers in jest config https://jestjs.io/docs/configuration#timers-string, which enables `legacy…
-
- `@testing-library/jest-dom` version:5.11.10
- `node` version: 14.15.4
- `npm` (or `yarn`) version: -
### Relevant code or config:
```js
expect(document.createComment()).toBeEmptyDOM…
-
## Page Description
This Page is used for all blog detail routes to display craft article entry content model/type and the components from the component library.
The first iteration of requiremen…
-
Since local play now shares so much with online play, but there's so many dependencies on Kotlin code, add some tests for games-vue-client to ensure that:
- All DSL-games can be initialized (the Ko…
Zomis updated
4 years ago
-
## Issue
When using [single/multiple](https://test-utils.vuejs.org/guide/advanced/stubs-shallow-mount.html#stubbing-a-single-child-component) stubs option with vue test utils it renders the whole i…
-
### Describe the bug
in Vue 3 + vue-compat. When setting v-model on a b-form-checkbox component results in a runtime error when clicking the switch. Does not occur with a standard input field.
…
-
## Vite benefits over create-react-app
1. Faster startup. (Uses esbuild with rollup instead of webpack. Uses separate TypeScript project for Vite config to speed builds too.
1. Scales better. Dyn…