Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save winksaville/1e0ef24ad21fe534d452d5a0684635c7 to your computer and use it in GitHub Desktop.

Select an option

Save winksaville/1e0ef24ad21fe534d452d5a0684635c7 to your computer and use it in GitHub Desktop.
Errors from Alsatian when using tsconfig.base.full
yarn build v0.23.4
$ tsc
core/running/test-runner.ts(86,38): error TS2454: Variable 'currentTestFixtureResults' is used before being assigned.
core/running/test-runner.ts(93,26): error TS2454: Variable 'currentTestResults' is used before being assigned.
core/running/test-runner.ts(97,26): error TS2454: Variable 'currentTestResults' is used before being assigned.
test/builders/test-builder.ts(10,5): error TS2322: Type '{ description: string; focussed: false; ignoreReason: undefined; ignored: false; isAsync: false; ...' is not assignable to type 'ITest'.
Types of property 'timeout' are incompatible.
Type 'null' is not assignable to type 'number'.
test/unit-tests/cli/alsatian-cli-options/help-requested-option.spec.ts(27,16): error TS6133: 'options' is declared but never used.
test/unit-tests/cli/alsatian-cli-options/tap-option.spec.ts(27,15): error TS6133: 'options' is declared but never used.
test/unit-tests/cli/alsatian-cli-options/version-requested-option.spec.ts(27,15): error TS6133: 'options' is declared but never used.
test/unit-tests/cli/cli-test-runner.spec.ts(11,10): error TS6133: 'TestSet' is declared but never used.
test/unit-tests/cli/cli-test-runner.spec.ts(12,10): error TS6133: 'TestBuilder' is declared but never used.
test/unit-tests/cli/cli-test-runner.spec.ts(13,10): error TS6133: 'TestCaseBuilder' is declared but never used.
test/unit-tests/cli/cli-test-runner.spec.ts(14,10): error TS6133: 'TestFixtureBuilder' is declared but never used.
test/unit-tests/cli/cli-test-runner.spec.ts(23,12): error TS6133: '_spyProcess' is declared but never used.
test/unit-tests/cli/cli-test-runner.spec.ts(34,12): error TS6133: '_resetProcess' is declared but never used.
test/unit-tests/cli/cli-test-runner.spec.ts(101,62): error TS6133: 'cliReject' is declared but never used.
test/unit-tests/cli/cli-test-runner.spec.ts(121,40): error TS6133: 'outcome' is declared but never used.
test/unit-tests/cli/cli-test-runner.spec.ts(188,62): error TS6133: 'cliReject' is declared but never used.
test/unit-tests/cli/cli-test-runner.spec.ts(218,62): error TS6133: 'cliReject' is declared but never used.
test/unit-tests/decorators/async-teardown-decorator.spec.ts(12,42): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<() => any> | undefined'.
test/unit-tests/decorators/async-teardown-decorator.spec.ts(27,40): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<() => any> | undefined'.
test/unit-tests/decorators/async-teardown-decorator.spec.ts(41,40): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<() => any> | undefined'.
test/unit-tests/decorators/async-teardown-decorator.spec.ts(56,49): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<() => any> | undefined'.
test/unit-tests/decorators/async-teardown-fixture.spec.ts(13,49): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<() => any> | undefined'.
test/unit-tests/decorators/async-teardown-fixture.spec.ts(29,47): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<() => any> | undefined'.
test/unit-tests/decorators/async-teardown-fixture.spec.ts(44,47): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<() => any> | undefined'.
test/unit-tests/decorators/async-teardown-fixture.spec.ts(60,56): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<() => any> | undefined'.
test/unit-tests/decorators/async-test-decorator.spec.ts(13,47): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<(...args: any[]) => Promise<any>> | undefined'.
test/unit-tests/decorators/async-test-decorator.spec.ts(27,48): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<(...args: any[]) => Promise<any>> | undefined'.
test/unit-tests/decorators/async-test-decorator.spec.ts(42,45): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<(...args: any[]) => Promise<any>> | undefined'.
test/unit-tests/decorators/async-test-decorator.spec.ts(57,48): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<(...args: any[]) => Promise<any>> | undefined'.
test/unit-tests/decorators/async-test-decorator.spec.ts(73,56): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<(...args: any[]) => Promise<any>> | undefined'.
test/unit-tests/decorators/async-test-decorator.spec.ts(90,47): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<(...args: any[]) => Promise<any>> | undefined'.
test/unit-tests/decorators/focus-test.spec.ts(2,33): error TS6133: 'Test' is declared but never used.
test/unit-tests/decorators/focus-test.spec.ts(14,45): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<any> | undefined'.
test/unit-tests/decorators/focus-tests.spec.ts(2,39): error TS6133: 'TestCase' is declared but never used.
test/unit-tests/decorators/focus-tests.spec.ts(8,38): error TS6133: 'key' is declared but never used.
test/unit-tests/decorators/ignore-test.spec.ts(2,33): error TS6133: 'Test' is declared but never used.
test/unit-tests/decorators/ignore-test.spec.ts(14,47): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<any> | undefined'.
test/unit-tests/decorators/ignore-test.spec.ts(28,47): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<any> | undefined'.
test/unit-tests/decorators/ignore-tests.spec.ts(8,38): error TS6133: 'key' is declared but never used.
test/unit-tests/decorators/setup-fixture.spec.ts(13,41): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<() => any> | undefined'.
test/unit-tests/decorators/setup-fixture.spec.ts(29,39): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<() => any> | undefined'.
test/unit-tests/decorators/setup-fixture.spec.ts(44,39): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<() => any> | undefined'.
test/unit-tests/decorators/setup-fixture.spec.ts(60,48): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<() => any> | undefined'.
test/unit-tests/decorators/setup.spec.ts(12,34): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<() => any> | undefined'.
test/unit-tests/decorators/setup.spec.ts(27,32): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<() => any> | undefined'.
test/unit-tests/decorators/setup.spec.ts(41,32): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<() => any> | undefined'.
test/unit-tests/decorators/setup.spec.ts(56,41): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<() => any> | undefined'.
test/unit-tests/decorators/teardown-fixture.spec.ts(13,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<() => any> | undefined'.
test/unit-tests/decorators/teardown-fixture.spec.ts(29,42): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<() => any> | undefined'.
test/unit-tests/decorators/teardown-fixture.spec.ts(44,42): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<() => any> | undefined'.
test/unit-tests/decorators/teardown-fixture.spec.ts(60,51): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<() => any> | undefined'.
test/unit-tests/decorators/teardown.spec.ts(12,37): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<() => any> | undefined'.
test/unit-tests/decorators/teardown.spec.ts(27,35): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<() => any> | undefined'.
test/unit-tests/decorators/teardown.spec.ts(41,35): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<() => any> | undefined'.
test/unit-tests/decorators/teardown.spec.ts(56,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<() => any> | undefined'.
test/unit-tests/decorators/test-case.spec.ts(13,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<any> | undefined'.
test/unit-tests/decorators/test-case.spec.ts(29,41): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<any> | undefined'.
test/unit-tests/decorators/test-case.spec.ts(45,50): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<any> | undefined'.
test/unit-tests/decorators/test-case.spec.ts(62,45): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<any> | undefined'.
test/unit-tests/decorators/test-case.spec.ts(76,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<any> | undefined'.
test/unit-tests/decorators/test-case.spec.ts(107,41): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<any> | undefined'.
test/unit-tests/decorators/test-case.spec.ts(125,55): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<any> | undefined'.
test/unit-tests/decorators/test-fixture-decorator.spec.ts(3,33): error TS6133: 'SpyOnProperty' is declared but never used.
test/unit-tests/decorators/test.spec.ts(13,42): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<any> | undefined'.
test/unit-tests/decorators/test.spec.ts(29,40): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<any> | undefined'.
test/unit-tests/decorators/test.spec.ts(45,51): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<any> | undefined'.
test/unit-tests/decorators/test.spec.ts(62,47): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<any> | undefined'.
test/unit-tests/decorators/timeout.spec.ts(2,33): error TS6133: 'Test' is declared but never used.
test/unit-tests/decorators/timeout.spec.ts(15,45): error TS2345: Argument of type 'null' is not assignable to parameter of type 'TypedPropertyDescriptor<any> | undefined'.
test/unit-tests/errors/error-match-error.spec.ts(69,60): error TS2345: Argument of type 'null' is not assignable to parameter of type '(new (...args: any[]) => Error) | undefined'.
test/unit-tests/errors/error-match-error.spec.ts(79,68): error TS2345: Argument of type 'null' is not assignable to parameter of type '(new (...args: any[]) => Error) | undefined'.
test/unit-tests/errors/error-match-error.spec.ts(115,41): error TS2345: Argument of type 'undefined' is not assignable to parameter of type 'Error | null'.
test/unit-tests/errors/error-match-error.spec.ts(135,41): error TS2345: Argument of type 'undefined' is not assignable to parameter of type 'Error | null'.
test/unit-tests/errors/error-match-error.spec.ts(154,41): error TS2345: Argument of type 'undefined' is not assignable to parameter of type 'Error | null'.
test/unit-tests/errors/error-match-error.spec.ts(200,41): error TS2345: Argument of type 'undefined' is not assignable to parameter of type 'Error | null'.
test/unit-tests/errors/function-call-match-error.spec.ts(472,46): error TS6133: 'e' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(488,52): error TS6133: 'e' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(489,52): error TS6133: 'e' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(504,46): error TS6133: 'e' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(520,52): error TS6133: 'e' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(521,52): error TS6133: 'e' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(536,46): error TS6133: 'e' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(551,52): error TS6133: 'e' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(552,52): error TS6133: 'e' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(567,46): error TS6133: 'e' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(583,52): error TS6133: 'e' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(584,52): error TS6133: 'e' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(599,46): error TS6133: 'e' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(614,46): error TS6133: 'e' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(629,46): error TS6133: 'e' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(644,46): error TS6133: 'e' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(659,46): error TS6133: 'e' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(674,46): error TS6133: 'e' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(689,46): error TS6133: 'e' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(704,46): error TS6133: 'e' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(950,46): error TS6133: 'v' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(966,46): error TS6133: 'v' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(982,46): error TS6133: 'v' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(998,46): error TS6133: 'v' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(1014,46): error TS6133: 'v' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(1030,46): error TS6133: 'v' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(1046,46): error TS6133: 'v' is declared but never used.
test/unit-tests/errors/function-call-match-error.spec.ts(1062,46): error TS6133: 'v' is declared but never used.
test/unit-tests/errors/property-set-match-error.spec.ts(154,15): error TS6133: 'thisCouldBe' is declared but never used.
test/unit-tests/errors/property-set-match-error.spec.ts(173,15): error TS6133: 'thisCouldBe' is declared but never used.
test/unit-tests/errors/temporary-branch-fix.spec.ts(6,13): error TS6133: '_setErrorMessage' is declared but never used.
test/unit-tests/expect-tests/to-be-greater-than.spec.ts(1,18): error TS6133: 'Test' is declared but never used.
test/unit-tests/expect-tests/to-be-greater-than.spec.ts(81,14): error TS2454: Variable 'greaterThanError' is used before being assigned.
test/unit-tests/expect-tests/to-be-greater-than.spec.ts(82,14): error TS2454: Variable 'greaterThanError' is used before being assigned.
test/unit-tests/expect-tests/to-be-greater-than.spec.ts(83,14): error TS2454: Variable 'greaterThanError' is used before being assigned.
test/unit-tests/expect-tests/to-be-greater-than.spec.ts(99,14): error TS2454: Variable 'greaterThanError' is used before being assigned.
test/unit-tests/expect-tests/to-be-greater-than.spec.ts(100,14): error TS2454: Variable 'greaterThanError' is used before being assigned.
test/unit-tests/expect-tests/to-be-greater-than.spec.ts(101,14): error TS2454: Variable 'greaterThanError' is used before being assigned.
test/unit-tests/expect-tests/to-be-greater-than.spec.ts(117,14): error TS2454: Variable 'greaterThanError' is used before being assigned.
test/unit-tests/expect-tests/to-be-greater-than.spec.ts(118,14): error TS2454: Variable 'greaterThanError' is used before being assigned.
test/unit-tests/expect-tests/to-be-greater-than.spec.ts(119,14): error TS2454: Variable 'greaterThanError' is used before being assigned.
test/unit-tests/expect-tests/to-be-greater-than.spec.ts(135,14): error TS2454: Variable 'greaterThanError' is used before being assigned.
test/unit-tests/expect-tests/to-be-greater-than.spec.ts(136,14): error TS2454: Variable 'greaterThanError' is used before being assigned.
test/unit-tests/expect-tests/to-be-greater-than.spec.ts(137,14): error TS2454: Variable 'greaterThanError' is used before being assigned.
test/unit-tests/expect-tests/to-be-less-than.spec.ts(1,18): error TS6133: 'Test' is declared but never used.
test/unit-tests/expect-tests/to-be-less-than.spec.ts(91,14): error TS2454: Variable 'lessThanError' is used before being assigned.
test/unit-tests/expect-tests/to-be-less-than.spec.ts(92,14): error TS2454: Variable 'lessThanError' is used before being assigned.
test/unit-tests/expect-tests/to-be-less-than.spec.ts(93,14): error TS2454: Variable 'lessThanError' is used before being assigned.
test/unit-tests/expect-tests/to-be-less-than.spec.ts(109,14): error TS2454: Variable 'lessThanError' is used before being assigned.
test/unit-tests/expect-tests/to-be-less-than.spec.ts(110,14): error TS2454: Variable 'lessThanError' is used before being assigned.
test/unit-tests/expect-tests/to-be-less-than.spec.ts(111,14): error TS2454: Variable 'lessThanError' is used before being assigned.
test/unit-tests/expect-tests/to-be-less-than.spec.ts(127,14): error TS2454: Variable 'lessThanError' is used before being assigned.
test/unit-tests/expect-tests/to-be-less-than.spec.ts(128,14): error TS2454: Variable 'lessThanError' is used before being assigned.
test/unit-tests/expect-tests/to-be-less-than.spec.ts(129,14): error TS2454: Variable 'lessThanError' is used before being assigned.
test/unit-tests/expect-tests/to-be-less-than.spec.ts(145,14): error TS2454: Variable 'lessThanError' is used before being assigned.
test/unit-tests/expect-tests/to-be-less-than.spec.ts(146,14): error TS2454: Variable 'lessThanError' is used before being assigned.
test/unit-tests/expect-tests/to-be-less-than.spec.ts(147,14): error TS2454: Variable 'lessThanError' is used before being assigned.
test/unit-tests/expect-tests/to-be-truthy.spec.ts(61,14): error TS2454: Variable 'truthyError' is used before being assigned.
test/unit-tests/expect-tests/to-be-truthy.spec.ts(62,14): error TS2454: Variable 'truthyError' is used before being assigned.
test/unit-tests/expect-tests/to-be-truthy.spec.ts(63,14): error TS2454: Variable 'truthyError' is used before being assigned.
test/unit-tests/expect-tests/to-be-truthy.spec.ts(82,14): error TS2454: Variable 'truthyError' is used before being assigned.
test/unit-tests/expect-tests/to-be-truthy.spec.ts(83,14): error TS2454: Variable 'truthyError' is used before being assigned.
test/unit-tests/expect-tests/to-be-truthy.spec.ts(84,14): error TS2454: Variable 'truthyError' is used before being assigned.
test/unit-tests/expect-tests/to-be-truthy.spec.ts(100,14): error TS2454: Variable 'truthyError' is used before being assigned.
test/unit-tests/expect-tests/to-be-truthy.spec.ts(101,14): error TS2454: Variable 'truthyError' is used before being assigned.
test/unit-tests/expect-tests/to-be-truthy.spec.ts(102,14): error TS2454: Variable 'truthyError' is used before being assigned.
test/unit-tests/expect-tests/to-be-truthy.spec.ts(121,14): error TS2454: Variable 'truthyError' is used before being assigned.
test/unit-tests/expect-tests/to-be-truthy.spec.ts(122,14): error TS2454: Variable 'truthyError' is used before being assigned.
test/unit-tests/expect-tests/to-be-truthy.spec.ts(123,14): error TS2454: Variable 'truthyError' is used before being assigned.
test/unit-tests/expect-tests/to-contain.spec.ts(68,14): error TS2454: Variable 'contentsError' is used before being assigned.
test/unit-tests/expect-tests/to-contain.spec.ts(69,14): error TS2454: Variable 'contentsError' is used before being assigned.
test/unit-tests/expect-tests/to-contain.spec.ts(70,14): error TS2454: Variable 'contentsError' is used before being assigned.
test/unit-tests/expect-tests/to-contain.spec.ts(88,14): error TS2454: Variable 'contentsError' is used before being assigned.
test/unit-tests/expect-tests/to-contain.spec.ts(89,14): error TS2454: Variable 'contentsError' is used before being assigned.
test/unit-tests/expect-tests/to-contain.spec.ts(90,14): error TS2454: Variable 'contentsError' is used before being assigned.
test/unit-tests/expect-tests/to-contain.spec.ts(108,14): error TS2454: Variable 'contentsError' is used before being assigned.
test/unit-tests/expect-tests/to-contain.spec.ts(109,14): error TS2454: Variable 'contentsError' is used before being assigned.
test/unit-tests/expect-tests/to-contain.spec.ts(110,14): error TS2454: Variable 'contentsError' is used before being assigned.
test/unit-tests/expect-tests/to-contain.spec.ts(128,14): error TS2454: Variable 'contentsError' is used before being assigned.
test/unit-tests/expect-tests/to-contain.spec.ts(129,14): error TS2454: Variable 'contentsError' is used before being assigned.
test/unit-tests/expect-tests/to-contain.spec.ts(130,14): error TS2454: Variable 'contentsError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(279,15): error TS6133: 'thisCouldBe' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(297,15): error TS6133: 'thisCouldBe' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(313,21): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(331,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(332,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(333,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(345,21): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(365,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(366,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(367,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(377,21): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(393,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(394,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(395,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(405,21): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(423,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(424,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(425,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(459,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(472,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(485,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(502,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(520,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(538,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(553,14): error TS2454: Variable 'functionCallError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(554,14): error TS2454: Variable 'functionCallError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(555,14): error TS2454: Variable 'functionCallError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(565,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(580,14): error TS2454: Variable 'functionCallError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(581,14): error TS2454: Variable 'functionCallError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(582,14): error TS2454: Variable 'functionCallError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(595,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(615,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(648,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(681,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(696,14): error TS2454: Variable 'functionCallError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(697,14): error TS2454: Variable 'functionCallError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(698,14): error TS2454: Variable 'functionCallError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(707,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(723,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(760,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(797,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(812,14): error TS2454: Variable 'functionCallError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(813,14): error TS2454: Variable 'functionCallError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(814,14): error TS2454: Variable 'functionCallError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(823,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(839,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(876,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(913,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(928,14): error TS2454: Variable 'functionCallError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(929,14): error TS2454: Variable 'functionCallError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(930,14): error TS2454: Variable 'functionCallError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(953,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(983,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1006,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1029,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1044,14): error TS2454: Variable 'functionCallError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1045,14): error TS2454: Variable 'functionCallError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1046,14): error TS2454: Variable 'functionCallError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1055,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1071,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1108,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1145,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1160,14): error TS2454: Variable 'functionCallError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1161,14): error TS2454: Variable 'functionCallError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1162,14): error TS2454: Variable 'functionCallError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1169,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1183,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1222,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1261,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1276,14): error TS2454: Variable 'functionCallError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1277,14): error TS2454: Variable 'functionCallError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1278,14): error TS2454: Variable 'functionCallError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1309,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1346,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1385,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1422,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1462,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1499,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1538,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1575,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1612,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1648,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1662,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1679,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1696,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1714,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1745,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1778,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1798,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1818,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1836,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1868,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1901,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1920,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1939,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1957,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(1989,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(2022,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(2041,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(2061,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(2079,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(2099,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(2120,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called-with.spec.ts(2148,24): error TS6133: 'args' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(3,18): error TS6133: 'FunctionSpy' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(92,15): error TS6133: 'thisCouldBe' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(110,15): error TS6133: 'thisCouldBe' is declared but never used.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(135,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(136,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(137,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(159,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(160,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(161,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(181,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(182,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(183,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(205,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(206,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(207,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(278,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(279,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(282,17): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(285,17): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(314,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(315,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(318,17): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(321,17): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(391,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(392,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(395,17): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(398,17): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(425,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(426,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(429,17): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(432,17): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(508,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(509,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(512,17): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(515,17): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(544,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(545,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(548,17): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(551,17): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(628,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(629,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(632,17): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(635,17): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(664,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(665,14): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(668,17): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-called.spec.ts(671,17): error TS2454: Variable 'functionError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(1,18): error TS6133: 'FocusTests' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(9,23): error TS6133: 'value' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(22,23): error TS6133: 'value' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(33,23): error TS6133: 'value' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(54,23): error TS6133: 'value' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(76,23): error TS6133: 'value' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(90,23): error TS6133: 'value' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(101,23): error TS6133: 'value' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(123,23): error TS6133: 'value' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(140,23): error TS6133: 'value' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(156,23): error TS6133: 'value' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(177,15): error TS6133: 'thisCouldBe' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(193,15): error TS6133: 'thisCouldBe' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(207,23): error TS6133: 'value' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(225,14): error TS2454: Variable 'propertyError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(226,14): error TS2454: Variable 'propertyError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(227,14): error TS2454: Variable 'propertyError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(238,23): error TS6133: 'value' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(256,14): error TS2454: Variable 'propertyError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(257,14): error TS2454: Variable 'propertyError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(258,14): error TS2454: Variable 'propertyError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(272,15): error TS6133: 'thisCouldBe' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(275,23): error TS6133: 'value' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(289,14): error TS2454: Variable 'propertyError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(290,14): error TS2454: Variable 'propertyError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(291,14): error TS2454: Variable 'propertyError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(304,15): error TS6133: 'thisCouldBe' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(307,23): error TS6133: 'value' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(323,14): error TS2454: Variable 'propertyError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(324,14): error TS2454: Variable 'propertyError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-set-to.spec.ts(325,14): error TS2454: Variable 'propertyError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-set.spec.ts(9,23): error TS6133: 'value' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set.spec.ts(22,23): error TS6133: 'value' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set.spec.ts(33,23): error TS6133: 'value' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set.spec.ts(45,23): error TS6133: 'value' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set.spec.ts(56,23): error TS6133: 'value' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set.spec.ts(69,23): error TS6133: 'value' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set.spec.ts(90,15): error TS6133: 'thisCouldBe' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set.spec.ts(106,15): error TS6133: 'thisCouldBe' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set.spec.ts(115,23): error TS6133: 'value' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set.spec.ts(129,14): error TS2454: Variable 'propertyError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-set.spec.ts(130,14): error TS2454: Variable 'propertyError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-set.spec.ts(131,14): error TS2454: Variable 'propertyError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-set.spec.ts(137,23): error TS6133: 'value' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set.spec.ts(153,14): error TS2454: Variable 'propertyError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-set.spec.ts(154,14): error TS2454: Variable 'propertyError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-set.spec.ts(155,14): error TS2454: Variable 'propertyError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-set.spec.ts(161,23): error TS6133: 'value' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set.spec.ts(175,14): error TS2454: Variable 'propertyError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-set.spec.ts(176,14): error TS2454: Variable 'propertyError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-set.spec.ts(177,14): error TS2454: Variable 'propertyError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-set.spec.ts(184,23): error TS6133: 'value' is declared but never used.
test/unit-tests/expect-tests/to-have-been-set.spec.ts(200,14): error TS2454: Variable 'propertyError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-set.spec.ts(201,14): error TS2454: Variable 'propertyError' is used before being assigned.
test/unit-tests/expect-tests/to-have-been-set.spec.ts(202,14): error TS2454: Variable 'propertyError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-async.spec.ts(122,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-async.spec.ts(123,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-async.spec.ts(124,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-async.spec.ts(143,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-async.spec.ts(144,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-async.spec.ts(145,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-async.spec.ts(161,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-async.spec.ts(162,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-async.spec.ts(163,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-error.spec.ts(150,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-error.spec.ts(151,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-error.spec.ts(152,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-error.spec.ts(171,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-error.spec.ts(172,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-error.spec.ts(173,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-error.spec.ts(194,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-error.spec.ts(195,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-error.spec.ts(196,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-error.spec.ts(216,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-error.spec.ts(217,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-error.spec.ts(218,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-error.spec.ts(239,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-error.spec.ts(240,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-error.spec.ts(241,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-error.spec.ts(263,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-error.spec.ts(264,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw-error.spec.ts(265,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw.spec.ts(95,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw.spec.ts(96,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw.spec.ts(97,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw.spec.ts(115,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw.spec.ts(116,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw.spec.ts(117,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw.spec.ts(133,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw.spec.ts(134,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw.spec.ts(135,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw.spec.ts(150,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw.spec.ts(151,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/expect-tests/to-throw.spec.ts(152,14): error TS2454: Variable 'errorMatchError' is used before being assigned.
test/unit-tests/running/test-item/run-async.spec.ts(1,29): error TS6133: 'METADATA_KEYS' is declared but never used.
test/unit-tests/running/test-item/run-async.spec.ts(1,44): error TS6133: 'SpyOn' is declared but never used.
test/unit-tests/running/test-item/run-async.spec.ts(1,61): error TS6133: 'Timeout' is declared but never used.
test/unit-tests/running/test-item/run-async.spec.ts(6,10): error TS6133: 'TestSetBuilder' is declared but never used.
test/unit-tests/running/test-item/run-async.spec.ts(17,79): error TS6133: 'reject' is declared but never used.
test/unit-tests/running/test-item/run-async.spec.ts(35,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-item/run-async.spec.ts(57,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-item/run-async.spec.ts(69,70): error TS6133: 'resolve' is declared but never used.
test/unit-tests/running/test-item/run-async.spec.ts(87,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-item/run-async.spec.ts(99,70): error TS6133: 'resolve' is declared but never used.
test/unit-tests/running/test-item/run-async.spec.ts(117,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-item/run-async.spec.ts(147,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-item/run-async.spec.ts(160,79): error TS6133: 'reject' is declared but never used.
test/unit-tests/running/test-item/run-async.spec.ts(177,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-item/run-async.spec.ts(178,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-item/run-setup.spec.ts(63,67): error TS6133: 'reject' is declared but never used.
test/unit-tests/running/test-item/run-sync.spec.ts(1,29): error TS6133: 'METADATA_KEYS' is declared but never used.
test/unit-tests/running/test-item/run-sync.spec.ts(1,44): error TS6133: 'SpyOn' is declared but never used.
test/unit-tests/running/test-item/run-sync.spec.ts(1,51): error TS6133: 'Timeout' is declared but never used.
test/unit-tests/running/test-item/run-sync.spec.ts(6,10): error TS6133: 'TestSetBuilder' is declared but never used.
test/unit-tests/running/test-item/run-sync.spec.ts(26,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-item/run-sync.spec.ts(46,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-item/run-sync.spec.ts(72,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-item/run-sync.spec.ts(98,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-item/run-teardown.spec.ts(63,70): error TS6133: 'reject' is declared but never used.
test/unit-tests/running/test-runner/failing-tests.spec.ts(1,53): error TS6133: 'TestCase' is declared but never used.
test/unit-tests/running/test-runner/failing-tests.spec.ts(5,10): error TS6133: 'TestSet' is declared but never used.
test/unit-tests/running/test-runner/failing-tests.spec.ts(17,12): error TS6133: '_spyProcess' is declared but never used.
test/unit-tests/running/test-runner/failing-tests.spec.ts(26,12): error TS6133: '_resetProcess' is declared but never used.
test/unit-tests/running/test-runner/fixture-info.spec.ts(26,23): error TS2352: Type '{ testFixtures: never[]; }' cannot be converted to type 'TestSet'.
Property '_testLoader' is missing in type '{ testFixtures: never[]; }'.
test/unit-tests/running/test-runner/fixture-info.spec.ts(56,23): error TS2352: Type '{ testFixtures: never[]; }' cannot be converted to type 'TestSet'.
Property '_testLoader' is missing in type '{ testFixtures: never[]; }'.
test/unit-tests/running/test-runner/focussed-test.spec.ts(1,29): error TS6133: 'SpyOn' is declared but never used.
test/unit-tests/running/test-runner/focussed-test.spec.ts(1,36): error TS6133: 'Test' is declared but never used.
test/unit-tests/running/test-runner/focussed-test.spec.ts(2,10): error TS6133: 'MatchError' is declared but never used.
test/unit-tests/running/test-runner/focussed-test.spec.ts(5,10): error TS6133: 'TestSet' is declared but never used.
test/unit-tests/running/test-runner/no-tests-error.spec.ts(1,53): error TS6133: 'Test' is declared but never used.
test/unit-tests/running/test-runner/no-tests-error.spec.ts(3,10): error TS6133: 'TestSet' is declared but never used.
test/unit-tests/running/test-runner/no-tests-error.spec.ts(14,12): error TS6133: '_spyProcess' is declared but never used.
test/unit-tests/running/test-runner/no-tests-error.spec.ts(23,12): error TS6133: '_resetProcess' is declared but never used.
test/unit-tests/running/test-runner/no-tests-error.spec.ts(43,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-runner/no-tests-error.spec.ts(44,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-runner/no-tests-error.spec.ts(45,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-runner/no-tests-error.spec.ts(46,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-runner/no-tests-error.spec.ts(74,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-runner/no-tests-error.spec.ts(75,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-runner/no-tests-error.spec.ts(76,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-runner/no-tests-error.spec.ts(77,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-runner/no-tests-error.spec.ts(104,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-runner/no-tests-error.spec.ts(105,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-runner/no-tests-error.spec.ts(106,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-runner/no-tests-error.spec.ts(107,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-runner/no-tests-error.spec.ts(147,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-runner/no-tests-error.spec.ts(148,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-runner/no-tests-error.spec.ts(149,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-runner/no-tests-error.spec.ts(150,14): error TS2454: Variable 'error' is used before being assigned.
test/unit-tests/running/test-runner/pre-test.spec.ts(1,29): error TS6133: 'Setup' is declared but never used.
test/unit-tests/running/test-runner/pre-test.spec.ts(1,43): error TS6133: 'Teardown' is declared but never used.
test/unit-tests/running/test-runner/pre-test.spec.ts(4,10): error TS6133: 'TestSet' is declared but never used.
test/unit-tests/running/test-runner/pre-test.spec.ts(12,12): error TS6133: '_originalStdOut' is declared but never used.
test/unit-tests/running/test-runner/pre-test.spec.ts(13,12): error TS6133: '_originalProcessExit' is declared but never used.
test/unit-tests/running/test-runner/pre-test.spec.ts(89,18): error TS6133: 'error' is declared but never used.
test/unit-tests/running/test-runner/run-test.spec.ts(36,13): error TS2322: Type 'null' is not assignable to type 'ITestCompleteEvent'.
test/unit-tests/running/test-runner/run-test.spec.ts(81,13): error TS2322: Type 'null' is not assignable to type 'ITestCompleteEvent'.
test/unit-tests/running/test-runner/run-test.spec.ts(113,13): error TS2322: Type 'null' is not assignable to type 'ITestCompleteEvent'.
test/unit-tests/running/test-runner/run-test.spec.ts(114,13): error TS2322: Type 'null' is not assignable to type 'ITestCompleteEvent'.
test/unit-tests/running/test-runner/run-test.spec.ts(160,46): error TS6133: 'reject' is declared but never used.
test/unit-tests/running/test-runner/run-test.spec.ts(193,46): error TS6133: 'reject' is declared but never used.
test/unit-tests/running/test-runner/run-test.spec.ts(293,46): error TS6133: 'reject' is declared but never used.
test/unit-tests/running/test-runner/run-test.spec.ts(296,46): error TS6133: 'reject' is declared but never used.
test/unit-tests/running/test-runner/run-test.spec.ts(338,46): error TS6133: 'reject' is declared but never used.
test/unit-tests/running/test-runner/run-test.spec.ts(341,46): error TS6133: 'reject' is declared but never used.
test/unit-tests/running/test-runner/run-test.spec.ts(382,46): error TS6133: 'reject' is declared but never used.
test/unit-tests/running/test-runner/run-test.spec.ts(385,46): error TS6133: 'reject' is declared but never used.
test/unit-tests/running/test-runner/run-test.spec.ts(426,46): error TS6133: 'reject' is declared but never used.
test/unit-tests/running/test-runner/run-test.spec.ts(429,46): error TS6133: 'reject' is declared but never used.
test/unit-tests/running/test-set-run-info.spec.ts(1,18): error TS6133: 'SpyOn' is declared but never used.
test/unit-tests/spying/function-spy/and-call.spec.ts(1,25): error TS6133: 'Test' is declared but never used.
test/unit-tests/spying/function-spy/and-call.spec.ts(37,13): error TS6133: 'originalFunction' is declared but never used.
test/unit-tests/spying/function-spy/and-return.spec.ts(1,25): error TS6133: 'Test' is declared but never used.
test/unit-tests/spying/function-spy/and-return.spec.ts(21,13): error TS6133: 'originalFunction' is declared but never used.
test/unit-tests/spying/function-spy/call.spec.ts(1,25): error TS6133: 'Test' is declared but never used.
test/unit-tests/spying/function-spy/call.spec.ts(12,13): error TS6133: 'object' is declared but never used.
test/unit-tests/spying/function-spy/call.spec.ts(27,13): error TS6133: 'object' is declared but never used.
test/unit-tests/spying/function-spy/call.spec.ts(55,13): error TS6133: 'originalFunction' is declared but never used.
test/unit-tests/spying/property-spy/and-call-getter.spec.ts(1,18): error TS6133: 'FunctionSpy' is declared but never used.
test/unit-tests/spying/property-spy/and-call-getter.spec.ts(20,13): error TS6133: 'propertySpy' is declared but never used.
test/unit-tests/spying/property-spy/and-call-getter.spec.ts(22,13): error TS6133: 'property' is declared but never used.
test/unit-tests/spying/property-spy/and-call-getter.spec.ts(41,13): error TS6133: 'propertySpy' is declared but never used.
test/unit-tests/spying/property-spy/and-call-getter.spec.ts(41,81): error TS2345: Argument of type '() => undefined' is not assignable to parameter of type '() => {}'.
Type 'undefined' is not assignable to type '{}'.
test/unit-tests/spying/property-spy/and-call-getter.spec.ts(43,13): error TS6133: 'property' is declared but never used.
test/unit-tests/spying/property-spy/and-call-getter.spec.ts(64,40): error TS2345: Argument of type '() => undefined' is not assignable to parameter of type '() => {}'.
Type 'undefined' is not assignable to type '{}'.
test/unit-tests/spying/property-spy/and-call-setter.spec.ts(1,18): error TS6133: 'FunctionSpy' is declared but never used.
test/unit-tests/spying/property-spy/and-call-setter.spec.ts(17,13): error TS6133: 'propertySpy' is declared but never used.
test/unit-tests/spying/property-spy/and-call-setter.spec.ts(35,13): error TS6133: 'propertySpy' is declared but never used.
test/unit-tests/spying/property-spy/and-call-setter.spec.ts(71,15): error TS6133: 'value' is declared but never used.
test/unit-tests/spying/property-spy/and-call-setter.spec.ts(78,13): error TS6133: 'propertySpy' is declared but never used.
test/unit-tests/spying/property-spy/and-call-setter.spec.ts(99,15): error TS6133: 'value' is declared but never used.
test/unit-tests/spying/property-spy/and-call-setter.spec.ts(106,13): error TS6133: 'propertySpy' is declared but never used.
test/unit-tests/spying/property-spy/and-call-setter.spec.ts(128,15): error TS6133: 'value' is declared but never used.
test/unit-tests/spying/property-spy/and-call-setter.spec.ts(135,13): error TS6133: 'propertySpy' is declared but never used.
test/unit-tests/spying/property-spy/and-return-value.spec.ts(39,13): error TS6133: 'propertySpy' is declared but never used.
test/unit-tests/spying/property-spy/constructor.spec.ts(5,17): error TS6133: 'value' is declared but never used.
test/unit-tests/spying/property-spy/constructor.spec.ts(21,13): error TS6133: 'propertySpy' is declared but never used.
test/unit-tests/spying/property-spy/constructor.spec.ts(34,13): error TS6133: 'propertySpy' is declared but never used.
test/unit-tests/spying/property-spy/constructor.spec.ts(47,13): error TS6133: 'propertySpy' is declared but never used.
test/unit-tests/spying/property-spy/constructor.spec.ts(60,13): error TS6133: 'propertySpy' is declared but never used.
test/unit-tests/spying/property-spy/constructor.spec.ts(85,13): error TS6133: 'propertySpy' is declared but never used.
test/unit-tests/spying/property-spy/restore.spec.ts(1,18): error TS6133: 'SpyOn' is declared but never used.
test/unit-tests/spying/property-spy/restore.spec.ts(1,31): error TS6133: 'TestCase' is declared but never used.
test/unit-tests/spying/property-spy/restore.spec.ts(43,31): error TS6133: 'value' is declared but never used.
test/unit-tests/spying/property-spy/restore.spec.ts(60,31): error TS6133: 'value' is declared but never used.
test/unit-tests/spying/restorable-function-spy/and-call-through.spec.ts(1,31): error TS6133: 'TestCase' is declared but never used.
test/unit-tests/spying/restorable-function-spy/and-call.spec.ts(73,13): error TS6133: 'originalFunction' is declared but never used.
test/unit-tests/spying/restorable-function-spy/and-return.spec.ts(1,25): error TS6133: 'Test' is declared but never used.
test/unit-tests/spying/restorable-function-spy/and-return.spec.ts(21,13): error TS6133: 'originalFunction' is declared but never used.
test/unit-tests/spying/restorable-function-spy/and-stub.spec.ts(1,31): error TS6133: 'TestCase' is declared but never used.
test/unit-tests/spying/restorable-function-spy/call.spec.ts(91,13): error TS6133: 'originalFunction' is declared but never used.
test/unit-tests/spying/restorable-function-spy/restore.spec.ts(1,31): error TS6133: 'TestCase' is declared but never used.
test/unit-tests/spying/restorable-function-spy/restore.spec.ts(2,10): error TS6133: 'RestorableFunctionSpy' is declared but never used.
test/unit-tests/spying/spy-call.spec.ts(1,18): error TS6133: 'Test' is declared but never used.
test/unit-tests/spying/spy-on-property.spec.ts(3,7): error TS6133: 'Testing' is declared but never used.
test/unit-tests/spying/spy-on.spec.ts(27,13): error TS6133: 'originalFunction' is declared but never used.
test/unit-tests/spying/spy-on.spec.ts(41,13): error TS6133: 'originalFunction' is declared but never used.
test/unit-tests/spying/spy-on.spec.ts(55,13): error TS6133: 'originalFunction' is declared but never used.
test/unit-tests/spying/type-matcher/test.spec.ts(231,38): error TS6133: 'v' is declared but never used.
test/unit-tests/spying/type-matcher/test.spec.ts(238,36): error TS2352: Type 'null' cannot be converted to type 'object'.
test/unit-tests/spying/type-matcher/test.spec.ts(240,36): error TS2352: Type 'null' cannot be converted to type '(v: Error) => boolean'.
test/unit-tests/spying/type-matcher/test.spec.ts(301,65): error TS6133: 'v' is declared but never used.
test/unit-tests/spying/type-matcher/test.spec.ts(327,19): error TS6133: 'key' is declared but never used.
test/unit-tests/test-fixture/add-test.spec.ts(2,18): error TS6133: 'Test' is declared but never used.
test/unit-tests/test-set/constructor.spec.ts(19,43): error TS2345: Argument of type 'null' is not assignable to parameter of type 'FileRequirer'.
test/unit-tests/test-set/load-test.spec.ts(2,31): error TS6133: 'TestCase' is declared but never used.
test/unit-tests/test-set/load-test.spec.ts(9,41): error TS2345: Argument of type 'null' is not assignable to parameter of type 'FileRequirer'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment