-
While the `_brs_.mockComponent` interface allows not-yet-implemented *brightscript components* to be mocked out, it doesn't currently support mocking of custom *scenegraph components* that are normall…
-
When I test the component using (imported from `next-view-transition`), it shows this error:
> Error: Cannot find module 'my-project/node_modules/.pnpm/next-view-transitions@0.1.1_next@13.5.2_@b…
-
@richleland As I was going through the requirements for change implementation for #12 I realized that the tests depend significantly on mocking the behaviour of HTTPotion. Moving forward, would you be…
-
I setup Vitest on my project, but I'm with this error.
Can someone help me?
![image](https://github.com/shuding/next-view-transitions/assets/62482908/8ba77f55-278d-42ab-a849-4470cf32960f)
-
There are at present too few Unit Tests for the intermediate code like the GObs and the States. A mocking framework will be needed to mock out the Swing Components where applicable.
-
There's no way to differentiate between sub-components of a parent that listen to events on the same namepsace and rely on isolation when mocking DOM events with the `mockDOMSource`. This means there …
-
### Page(s)
Page: https://playwright.dev/docs/next/test-components#update
I think these topics would be useful to mention:
- Determine what to test
- Determine what not to test _(implementati…
-
We are looking to create a markdown file which contains some common testing patterns. Specific focus is around mocking or stubbing out the react-beautiful-dnd components behaviour so that consumers ca…
-
I believe this will make contributions to this project easier. Recently I created a PR and wanted to add some tests but noticed that there are no tests for any interactions yet so I would need to make…
-
Make it easy to unit test components as well as integration and E2E tests.
Scenarios should include but not limited to:
- [ ] Ergonomic assertions about DOM state
- [ ] DOM snapshot testing
- [ …