Skip to content

Commit a5efa0c

Browse files
committed
ttt
1 parent 86123e4 commit a5efa0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

school/tests/sinon.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe.only('Sinon', function () {
3434

3535
describe('stubbing', () => {
3636

37-
it('can hide separate intentions', () => {
37+
it('can hide separate intentions of stubbing and mocking', () => {
3838
const stub = sinon.stub();
3939
stub.withArgs('oops').returns({ data: { value: 42 } });
4040
const sut = { api: (dependency) => { return dependency.doThat('please'); } };

0 commit comments

Comments
 (0)