-
**Describe the bug**
After cloning the repo, follow the steps to compile but get error on test.
**To Reproduce**
git clone https://github.com/react-keycloak/react-keycloak.git
yarn install yarn …
-
**Describe the bug**
I've stepped through the (very simple) setup instructions, with a view to add a POC to our project, but i'm met with the following error when the test runs;
```js
app/scree…
-
Check out [this issue description](https://github.com/mozilla/bedrock/pull/4165#issue-157263456). There's a working todo-list. He's done it like this:
```
TODO:
* [ ] docs
* [ ] unit test suite passi…
-
Please add "../../" to "actions/counter" and "selectors/counter"
```
import React, { Component, PropTypes } from 'react';
import { increment, decrement } from '../../actions/counter';
import { con…
lp741 updated
7 years ago
-
## Error
**Output from Terminal**
```bash
$ npm test
> WalletApp@0.0.1 test /Users/craigcoles/Projects/Wallet
> jest
FAIL __tests__/App-test.js
● Test suite failed to run
Can…
-
### Issue Description
I've been facing a problem when trying to write tests related to components from this library. I'm new to JS/TS, and don't know the ecosystem that well for now, so it may be s…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
❯ npx next info
Operating System:
…
-
I have this simple test file:
```tsx
// File: __tests__/index.test.tsx
import * as React from 'react';
import { render, screen } from '@testing-library/react';
import Page from '../src/page…
-
```
kai:indigemoji-app michela$ yarn run test
yarn run v1.21.1
$ jest
FAIL __tests__/App-test.js
● Test suite failed to run
Jest encountered an unexpected token
This usually mea…
-
### User Story
As a developer, I want the codebase to be fully tested, so that I am sure that we are promoting high code quality by releasing stable code with no regressions.
### Description
…