Skip to content

Commit

Permalink
test: remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
xstelea committed Nov 22, 2024
1 parent 06a7094 commit 29f9b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chrome/messages/message-client.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const createTestHelper = ({
describe('message client', () => {
// offScreenPage does not have have access to the chrome tabs API
// so it has to proxy the message through background message handler
it.only('should send wallet response to dApp', async () => {
it('should send wallet response to dApp', async () => {
const testHelper = createTestHelper({})
testHelper.messagesRouter.add(1, '456', {
origin: 'http://localhost:3000',
Expand Down

0 comments on commit 29f9b75

Please sign in to comment.