chore(deps): bump @typescript-eslint/parser from 6.7.5 to 6.14.0 #532
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / Tests Results (sinon)
succeeded
Dec 11, 2023 in 0s
Tests Results (sinon) ✅
✅ test-reports/sinon.xml
13 tests were completed in 628ms with 13 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
packages/testbeds/sinon/src/mock.spec.ts | 13✅ | 566ms |
✅ packages/testbeds/sinon/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