Skip to content

Commit

Permalink
Reseting test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Vedder committed Jun 3, 2022
1 parent e305671 commit 83b9447
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/tools/utils.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -483,13 +483,3 @@ describe('#detectInsufficientScopeError', () => {
expect(didThrow).to.equal(true);
});
});

describe('#getEnabledClients', () => {
it('should retrieve enabled clients', () => {
utils.getEnabledClients();
});

it('should return undefined if no enabled clients value is passed in', () => {
utils.getEnabledClients();
});
});

0 comments on commit 83b9447

Please sign in to comment.