Skip to content

Commit

Permalink
.only
Browse files Browse the repository at this point in the history
  • Loading branch information
m5r committed Jul 17, 2024
1 parent 4961228 commit 5bb8abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/warn-upload-overwrite.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ describe('warn-upload-overwrite', () => {

describe('prompts when attempting to overwrite docs', () => {

it.only('shows diff when local is different from remote and the user requests a diff', () => {
it('shows diff when local is different from remote and the user requests a diff', () => {
sinon.stub(readline, 'keyInYN').returns(true);
sinon.stub(readline, 'keyInSelect').returns(2);
sinon.stub(apiStub.db, 'get').resolves({ _id: 'a', _rev: 'x', value: 1 });
Expand Down

0 comments on commit 5bb8abe

Please sign in to comment.