Skip to content

Commit

Permalink
chore: add missing test groups
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbate committed Oct 9, 2024
1 parent 191054d commit 0e795f7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ import {
ProxyContractFactory,
} from '../../../test/typegen';

/**
* @group node
* @group browser
*/
describe('Proxy Contracts', () => {
it('deploys and upgrades a contracts using a proxy', async () => {
using launched = await launchTestNode();
Expand Down

0 comments on commit 0e795f7

Please sign in to comment.