Skip to content

Commit

Permalink
api-test: remove leftover .only
Browse files Browse the repository at this point in the history
The commit removes a leftover `.only` likely used for test-purposes in
the `saveable.spec.js` api-tests.

Signed-off-by: vince-fugnitto <[email protected]>
  • Loading branch information
vince-fugnitto committed Jun 23, 2021
1 parent ab27299 commit 74fbeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/api-tests/src/saveable.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ describe('Saveable', function () {
}
});

it.only(`'${closeOnFileDelete}' should close the editor when set to 'true'`, async () => {
it(`'${closeOnFileDelete}' should close the editor when set to 'true'`, async () => {

await preferences.set(closeOnFileDelete, true);
assert.isTrue(preferences.get(closeOnFileDelete));
Expand Down

0 comments on commit 74fbeb7

Please sign in to comment.