Skip to content

Commit

Permalink
test: remove skips in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranroneill committed Apr 6, 2024
1 parent 2724e22 commit 5e2e486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/AVMWebClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ describe(AVMWebClient.name, () => {
});
});

describe.only(`${AVMWebClient.name}#enable`, () => {
describe(`${AVMWebClient.name}#enable`, () => {
it('should return an error', (done) => {
// arrange
const expectedError: ARC0027MethodNotSupportedError =
Expand Down

0 comments on commit 5e2e486

Please sign in to comment.