Skip to content

chore(deps): bump @typescript-eslint/eslint-plugin from 6.7.5 to 6.18.1 #554

chore(deps): bump @typescript-eslint/eslint-plugin from 6.7.5 to 6.18.1

chore(deps): bump @typescript-eslint/eslint-plugin from 6.7.5 to 6.18.1 #554

GitHub Actions / Tests Results (jest) succeeded Jan 9, 2024 in 0s

Tests Results (jest) ✅

Tests passed successfully

✅ 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✅ 474ms

✅ 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