-
- `@testing-library/react` version: 13.2.0
- Testing Framework and version: jest 28.1.0
- DOM Environment: "jest-environment-jsdom": "^28.1.0", "react": "^18.1.0",
### Relevant co…
-
I now found out, that `nodeIntegration: true` can be disabled by using a preload script:
```js
const { ipcRenderer, contextBridge } = require("electron");
const electron = {
ipcRenderer: {
…
-
We need a build system. Also testing out and learning about the issue tracker.
[Waf](http://code.google.com/p/waf/) has been suggested.
After a quick perusal of the documentation it looks like subs…
kboyd updated
12 years ago
-
**Do you want to request a _feature_ or report a _bug_?**
Bug
**What is the current behavior?**
Running this in my tests:
```
import { enums } from './index';
describe('test', () => {
…
-
This issue describes the current status and roadmap for the Google Maps SDK for iOS Utility Library. I will edit this top comment as progress is made or plans change.
It's been 4 months since my [l…
-
Find a new library for sending http requests
- axios is out, no direct access to http request object for signing, even in interceptors
- Looks like `node-fetch` is out, with a proposed fix sitting i…
-
Hi, have you considered making this package also available on npm?
-
### Summary
There is #2064 for extended config features around storybook and it explicitly motions stroryshots:
> [Storyshots](https://storybook.js.org/addons/@storybook/addon-storyshots) & [Jest]…
-
Hi,
This issue is related to [this thread](https://github.com/timdeschryver/timdeschryver.dev/discussions/280#discussioncomment-8375433).
I'm writing a test for a form wizard using Angular Testi…
-
Hi, I'm trying to mock react-native-sound and make my component testable.
I'm able to mock the library with a custom mock, but I cannot get my `sound` variable available in the callback after init …