We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c07eb0 commit d9613cfCopy full SHA for d9613cf
spec/issues/8.test.ts
@@ -33,7 +33,7 @@ class ClassC {
33
}
34
35
36
-test('issue 9: can record method with 0 arguments', async t => {
+test('issue 8: can use substitute in arguments', async t => {
37
const classBMock = Substitute.for<ClassB>();
38
const classC = new ClassC(classBMock);
39
t.not(classC, null);
0 commit comments