We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node -v: v12.16.3
node -v
npm -v: 6.14.4
npm -v
npm ls jest or npm ls react-scripts (if you haven’t ejected): jest@26.6.3
npm ls jest
npm ls react-scripts
Operating system: macOS 11.1
npm run test
node_modules/.bin/jest
describe('Block A', () => { test('Test 1', () => { // expect ... }) test('Test 2 in A', () => { // expect ... }) }) describe('Block B', () => { test('Test 1', () => { // expect ... }) test('Test 2 in B', () => { // expect ... }) })
show checkmark next to all tests
no checkmark, but a circle, next to tests that have that also exists in another describe block
describe
The text was updated successfully, but these errors were encountered:
please give v4-alpha a try
Sorry, something went wrong.
I switched to another plugin for now.
no problem, this should already be fixed in v4. feel free to reopen if otherwise...
No branches or pull requests
Environment
node -v
: v12.16.3npm -v
: 6.14.4npm ls jest
ornpm ls react-scripts
(if you haven’t ejected): jest@26.6.3Operating system: macOS 11.1
Prerequisite
npm run test
ornode_modules/.bin/jest
) npm tSteps to Reproduce
Expected Behavior
show checkmark next to all tests
Actual Behavior
no checkmark, but a circle, next to tests that have that also exists in another
describe
blockThe text was updated successfully, but these errors were encountered: