-
![image](https://github.com/user-attachments/assets/fed886f5-727d-478e-ad93-edd34330c999)
have use useExactSearch, searchResultLimit in my code in formio but , its not working properly
FOR exam…
-
Currently, we can build doing `bun run build` and `bun run watch` This is due to the shebang in ng aka angular-cli
We can circumvent that by using `bun run --bun build` and `bun run --bun watch` bu…
-
### Describe the bug
If you run Storybook with Angular, and have a story that imports `RouterTestingModule` the story will throw the following js error:
```
beforeEach is not defined
Reference…
-
While working on [GlobaLeaks](https://github.com/globaleaks/GlobaLeaks), we found out that It would be valuable to implement an integration with [SauceLabs](https://saucelabs.com/) in order to perform…
-
https://github.com/karma-runner/karma#karma-is-deprecated-and-is-not-accepting-new-features-or-general-bug-fixes
===========================
so Angular is adding [Jest](https://jestjs.io/) and […
-
The Angular `Http` from `@angular/http` was deprecated. We should use `HttpClient` from `@angular/common/http`.
For usage see https://angular.io/guide/http. This also affects mocking of HTTP reques…
-
tns : 7.0.6
**Describe the bug**
We are facing issue in integrating unit testing in our codebase. We have followed steps mentioned in the documentation for integrating the unit test framework.
R…
-
In angular, you can write a test like this:
``` ts
describe('Component', () => {
it('should do something after 60 seconds', fakeAsync(() => {
tick(1000 * 60);
expect(true).toBe(true);
…
-
**Describe the bug**
After upgrading to Angular v16, the tests no longer run.
An example of a thrown error in the terminal is the following one:
`error TS2304: Cannot find name 'Given'.`
**To Re…
-
### Describe the bug
We are unable to build our angular storybook using the following command:
`npm run build-storybook -- --output-dir /var/folders/1z/fxbpr9910_j4p85r7wg_83r00000gq/T/chromatic--29…