The next-gen flux-based test runner for Jest that provides test framework globals and event-driven test execution
82
Mock function creation (jest.fn)
Mock function creation
100%
100%
Mock call verification
100%
100%
Mock argument inspection
100%
100%
Mock call history
100%
100%
Equality matchers (toBe, toEqual, toStrictEqual)
toBe for primitives
25%
100%
toBe for references
25%
100%
toEqual for deep equality
0%
100%
toStrictEqual for strict checks
0%
100%
Correct negation usage
50%
100%
Data-driven testing with test.each (template literal syntax)
Uses test.each
0%
100%
Template literal syntax
0%
100%
Table structure
0%
100%
Interpolated values
0%
100%
Parameterized test name
0%
100%
Correct test function
0%
100%
Test filtering (--onlyChanged, --onlyFailures)
Jest CLI Integration
100%
0%
Failure Filtering Implementation
88%
20%
Change-Based Filtering Implementation
68%
20%
Test History Tracking
100%
66%
Configuration Pass-Through
20%
0%
Test Result Parsing
100%
0%
Custom matchers (expect.extend)
expect.extend usage
100%
100%
Matcher return structure
100%
100%
Matcher context access
0%
100%
Error message formatting
100%
100%
Range validation logic
100%
100%
Mock lifecycle (mockClear, mockReset, mockRestore)
Uses mockClear()
100%
100%
Uses mockReset()
100%
100%
Uses mockRestore()
0%
100%
Batch clear implementation
100%
100%
Batch reset implementation
100%
100%
Callback testing with done
Done callback parameter
0%
0%
Calling done correctly
0%
0%
Error handling with done
0%
0%
Assertions before done
0%
0%
Timeout configuration
0%
0%
Promise testing (resolves, rejects)
Uses .resolves matcher
0%
100%
Uses .rejects matcher
100%
100%
Verifies resolved data
66%
100%
Verifies rejection errors
100%
100%
Tests multiple scenarios
100%
100%
Test retries (jest.retryTimes)
Uses jest.retryTimes
0%
100%
Basic retry count
0%
100%
Different retry counts
0%
100%
Retry scope placement
0%
100%
Error snapshot testing (toThrowErrorMatchingSnapshot)
Uses snapshot matchers
0%
100%
Wraps in expect callback
0%
100%
Tests all error cases
0%
100%
Proper test structure
33%
100%
Install with Tessl CLI
npx tessl i tessl/npm-jest-circus