Skip to content

chore(deps): bump eslint-plugin-import from 2.27.5 to 2.28.1 #351

chore(deps): bump eslint-plugin-import from 2.27.5 to 2.28.1

chore(deps): bump eslint-plugin-import from 2.27.5 to 2.28.1 #351

GitHub Actions / Tests Results (sinon) succeeded Oct 10, 2023 in 0s

Tests Results (sinon) ✅

Tests passed successfully

✅ test-reports/sinon.xml

7 tests were completed in 18s with 7 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
packages/testbeds/sinon/test/automock-sinon.integration.test.ts 7✅ 18s

✅ packages/testbeds/sinon/test/automock-sinon.integration.test.ts

Automock Sinon Broad Integration Test › given a unit testing builder with two overrides › when compiling the builder and turning into testing unit
  ✅ then return an actual instance of the injectable class
  ✅ then successfully resolve the dependencies of the tested classes
  ✅ then do not return the actual reflected dependencies of the injectable class
  ✅ then throw an error when trying to resolve not existing dependency
  ✅ then hard-mock the implementation of TestClassOne using the "foo" (partial impl function)
  ✅ then all the un-override classes/dependencies should be stubs
  ✅ then mock the undefined reflected values and tokens