Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/jestjs/jest

Delightful JavaScript Testing.
https://github.com/jestjs/jest

Total assertion count expectations are inaccurate (with async expects)

ballercat opened this issue over 5 years ago
fix(jest-core): pattern filter during watchAll

unional opened this pull request over 5 years ago
Require of a shared config file returns unwanted rootDir field

jsnajdr opened this issue over 5 years ago
Projects not running properly

justindra opened this issue almost 6 years ago
coverageThreshold to support negative zero values

jednano opened this issue almost 6 years ago
rootDir incorrectly set in Windows if using SUBST drive

Mark-J-Lawrence opened this issue almost 6 years ago
test.concurrent ignores beforeEach and afterEach

sibyldawn opened this issue almost 6 years ago
Very poor performance on basic tests

cozmy opened this issue almost 6 years ago
testMatch on Windows

artola opened this issue almost 6 years ago
Correct highlighting for asymmetric matchers

grosto opened this pull request almost 6 years ago
Memory Leak on ridiculously simple repo

javinor opened this issue almost 6 years ago
Introduce a more flexible and better typed way to mock APIs

fgrandel opened this issue almost 6 years ago
Pass context to hooks and tests

sheerun opened this issue almost 6 years ago
Jest has detected open handle keeping Jest from exiting PIPEWRAP

danieldaeschle opened this issue almost 6 years ago
feat: make prettier optional for inline snapshots

mmkal opened this pull request almost 6 years ago
Make test name available in beforeEach() and afterEach()

tapioko opened this issue almost 6 years ago
afterAll hook doesn't run in skipped test suites

leontastic opened this issue almost 6 years ago
Add function expect.addPrettyFormatPlugin(plugin);

DanielSWolf opened this issue almost 6 years ago
chore: add worker build on CI

SimenB opened this pull request almost 6 years ago
Jest is 3x slower on all windows machines (Windows 10 and lower)

pfftdammitchris opened this issue almost 6 years ago
feat: opaque symlink support

aleclarson opened this pull request about 6 years ago
Using jest with node assert got wrong error type.

poppinlp opened this issue about 6 years ago
Allow for precedence in coverageThreshold file glob patterns

JamieMason opened this issue about 6 years ago
How to set coverageThreshold with CLI

robinhe opened this issue about 6 years ago
--findRelatedTests Configuration

oleblaesing opened this issue about 6 years ago
No tests found on Windows with Jenkins

Saibamen opened this issue about 6 years ago
Describe, bail and each don't work as written in the doc

Sharcoux opened this issue about 6 years ago
Retrieve global variable after running jest programatically

nicojs opened this issue about 6 years ago
No coverage when running in watch mode

MurakamiKennzo opened this issue about 6 years ago
Jest did not exit one second after the test run has completed.

jamalsoueidan opened this issue about 6 years ago
Jest does not transpile code correctly when it's not runed manually.

EmilNordling opened this issue about 6 years ago
Allow to share global state between tests from globalSetup

dbartholomae opened this issue about 6 years ago
useFakeTimers breaks with native promise implementation

ForbesLindesay opened this issue about 6 years ago
testMatch not working as expected

DaveStein opened this issue over 6 years ago
Synchronous tests don't time out

ghost opened this issue over 6 years ago
Inline Snapshots with non literal can't be found

TheSavior opened this issue over 6 years ago
stdout and stderr are written to console out of sync

medikoo opened this issue over 6 years ago
`--no-cache` still using cache

huafu opened this issue over 6 years ago
Allow wildcards when mocking modules

AdamTReineke opened this issue over 6 years ago
Jest should fail fast and exit early (change request for --bail)

alycda opened this issue over 6 years ago
jest cannot find tests when projects are defined in configuration

marcus-sa opened this issue over 6 years ago
--testNamePattern obsoletes snapshots for inner describe() blocks

asvetliakov opened this issue over 6 years ago
[proposal] Fixture/snapshot tests - write in separate files

Andarist opened this issue over 6 years ago
watch crashes when files matched by `testPathIgnorePatterns` are deleted

fluffynuts opened this issue over 6 years ago
Initial support for Resource Queries

peter-leonov opened this pull request over 6 years ago
Make jest small

styfle opened this issue over 6 years ago
`--projects` flag uses process.env from top level dir, not each project.

mateodelnorte opened this issue over 6 years ago
automocking: true is broken

CapitanRedBeard opened this issue over 6 years ago
RFC: Built-in support for HTTP mocking

SimenB opened this issue over 6 years ago
Re-run failing suites in 'focus only on tests that previously failed' mode

avalanche1 opened this issue almost 7 years ago
The `unhandledRejection` handler is not testable anymore.

despairblue opened this issue almost 7 years ago
Diff colors should show green for insert, red for delete

Athaphian opened this issue almost 7 years ago
Global and single file coverage thresholds

darekkay opened this issue almost 7 years ago
[feature request] call afterAll() on `ctrl+c`

brikou opened this issue almost 7 years ago
bug: `resetAllMocks` messes up `runAllTimers` when using `useFakeTimers`

alexilyaev opened this issue almost 7 years ago
Add support for --preserve-symlinks

gaearon opened this issue almost 7 years ago
Jest unable to resolve node_modules at the root in Yarn workspace

wan54 opened this issue almost 7 years ago
Need a way to get test status in afterEach() method

RudyLu opened this issue almost 7 years ago
toBeCloseTo() matcher does not handle large numbers as expected

hgossler opened this issue about 7 years ago
Consider some way to have a `warn` state next to `pass` and `fail`

Haroenv opened this issue about 7 years ago
Unable to change window.location using Object.defineProperty

simon360 opened this issue about 7 years ago
Jest is using `stderr` as output

easingthemes opened this issue about 7 years ago
What is the official way to run jest programmatically?

IgorAufricht opened this issue about 7 years ago
[jest-docblock] remove leading newlines from parseWithComments().comm…

samouri opened this pull request about 7 years ago
cache write race condition across processes

bookman25 opened this issue over 7 years ago
Add `runnerConfig` option to configure runners

rogeliog opened this issue over 7 years ago
Jest doesn't ignore snapshots in ignored directories

TiddoLangerak opened this issue over 7 years ago
Manual mock in nested directory mocks a package in node_modules

niekert opened this issue over 7 years ago
No way to disable text-summary in coverageReporters

kachkaev opened this issue over 7 years ago
feature request: automatically raise coverage?

ljharb opened this issue over 7 years ago
Bug: unable to collect coverage from an extensionless JS file

ljharb opened this issue over 7 years ago
Setting NODE_ENV to test has unintended side effects

steverice opened this issue over 7 years ago
Feature Request: Add --runInBand to package.json options

JamesMcGuigan opened this issue almost 8 years ago
jest.mock factory doesn't work inside a test

tleunen opened this issue almost 8 years ago
Jest globals differ from Node globals

thomashuston opened this issue almost 8 years ago
test.concurrent and snapshot support.

cpojer opened this issue about 8 years ago
Provide an API to flush the Promise resolution queue

hon2a opened this issue about 8 years ago
[bug] duplicate manual mock found in separate directories

paularmstrong opened this issue about 8 years ago
Targeting more than JSDOM

nhunzaker opened this issue almost 9 years ago