-
#### Description
Releasing open source React components requires heavy scaffolding. Once we are done with tests, CI, and examples for [react-idle](https://github.com/ModusCreateOrg/react-idle), we co…
grgur updated
6 years ago
-
### Is this a bug report?
Yes
### Can you also reproduce the problem with npm 4.x?
No for npm 4.6.1 nor 5.5.1, but yes for all after installing by `yarn`.
### Which terms did you search fo…
karak updated
6 years ago
-
**Is your feature request related to a problem? Please describe.**
I cannot upgrade to React 17 when using PivotalUI components in my codebase. Our test suite (which uses Enzyme) fails on component…
-
I am running a very basic test copied from the React + Typescript example.
```
import React from "react";
import { render, screen } from "@testing-library/react";
import App from "../../App";…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
➜ workspace git:(master) ✗ npx next info
Op…
pago updated
5 months ago
-
firestore.rulesのテストで`PERMISSION_DENIED`が発生した時に`console.warn`のログが出る
```shell
soleil~/git/react-firebase-chat(ci|✚1…) % firebase emulators:exec --only firestore 'yarn jest test/sample.test.ts'
i …
-
FAIL src/Components/Comment/Comment.test.js
● Test suite failed to run
Cannot find module 'react' from 'index.js'
이런 오류가 뜨면서 테스트 실행 자체를 못하는데 실제 페이지 실행시엔 이런 오류가 발생이 안됩니다.
동시에 일부 테스트 코드는 …
-
### Current behavior
`SomeComponent.tsx`:
```tsx
import React, { ReactElement, useEffect, useState } from 'react';
import { StyledNotifyButton } from './styles';
export const SomeComponent = …
-
This project works fine with the actual dependencies but if the dependencies change to actual versions of React and remove enzyme and replaced it by @testing-library/jest-dom the project it doesn't pa…
-
**What is the current behavior?**
Currently I'm working on a Jest test of my react application. When I run the application with 'npm start' the application is working fine. When I run my test with 'n…