chore(deps): bump prettier from 3.0.3 to 3.1.1 #533
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / Tests Results (jest)
succeeded
Dec 11, 2023 in 0s
Tests Results (jest) ✅
✅ test-reports/jest.xml
13 tests were completed in 544ms with 13 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
packages/testbeds/jest/src/mock.spec.ts | 13✅ | 476ms |
✅ packages/testbeds/jest/src/mock.spec.ts
Mocking Proxy Mechanism Unit Spec › basic functionality
✅ should allow assignment to itself even with private parts
✅ should create jest.fn() without any invocation
✅ should register invocations correctly
Mocking Proxy Mechanism Unit Spec › mock return values and arguments
✅ should allow mocking a return value
✅ should allow specifying arguments
Mocking Proxy Mechanism Unit Spec › mock properties
✅ should allow setting properties
✅ should allow setting boolean properties to false or null
✅ should allow setting properties to undefined explicitly
Mocking Proxy Mechanism Unit Spec › mock implementation
✅ should allow providing mock implementations for properties
✅ should allow providing mock implementations for functions
Mocking Proxy Mechanism Unit Spec › promises
✅ should successfully use mock for promises resolving
✅ should successfully use mock for promises rejecting
Mocking Proxy Mechanism Unit Spec › mocking a date objects
✅ should allow calling native date object methods
Loading