-
### Checklist
- [X] The issue can be reproduced in a a sample app (either [webapp](https://github.com/auth0-samples/auth0-php-web-app) or [api](https://github.com/auth0-samples/auth0-php-api-samples)…
-
I'm currently trying to implement component tests for a component that uses `vue-i18n` and I'm getting this error:
```
SyntaxError: Need to install with `app.use` function
- /var/www/html/node_m…
-
As some context around this feature request: I currently work on a project that has a plugin system, and each of the plugins have some quite heavy dependencies, so we would like a way for these plugin…
-
Plan the implementation of how testing is going to be implemented for the templates section.
(15 pts) difficulty = 3/5, priority 3/5
-
What would be a good way to setup telefunc for testing React components that use telefuncs? Right now, using react-testing-library and vitest, trying to render a component that imports a `.telefunc.ts…
-
### Version
29.6.3
### Steps to reproduce
**My js file**
```
import React, { Component } from "react";
import {
Text,
View,
TextInput,
Keyboard,
Platform,
BackHandler,
Mo…
-
We're implementing a cross-account configuration utility, and selecting a mocking framework. From what I can tell localstack implements a wide range of services, but the scope of the mocking is a sin…
-
Currently the test files support a flat list of tests, each sharing all `before` , `beforeEach`, `afterEach` & `after` hooks. I find it useful to declare nested groups with their own hooks, while inhe…
-
### Description of the bug
In my app, I have started using standalone components and found a bug related to it. Note that this issue does not occur with non-standalone components.
**Steps:**
…
-
### Version
1.40.0
### Steps to reproduce
I have a large project with a large number of files and classes, pages, and components.
By gathering big features together (37), like fixtures, I expand…