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 86123e4 commit a5efa0cCopy full SHA for a5efa0c
school/tests/sinon.spec.js
@@ -34,7 +34,7 @@ describe.only('Sinon', function () {
34
35
describe('stubbing', () => {
36
37
- it('can hide separate intentions', () => {
+ it('can hide separate intentions of stubbing and mocking', () => {
38
const stub = sinon.stub();
39
stub.withArgs('oops').returns({ data: { value: 42 } });
40
const sut = { api: (dependency) => { return dependency.doThat('please'); } };
0 commit comments