From 3808c3f7ff732b9552d4a7c731b461c4bbd1c57d Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Tue, 13 Sep 2022 22:02:50 +0000 Subject: [PATCH] feat: add .on.y .skip to ifWithPallet --- --- a/tests/src/util/index.ts +++ b/tests/src/util/index.ts @@ -95,6 +95,7 @@ NFT = 'nonfungible', Scheduler = 'scheduler', AppPromotion = 'apppromotion', + TestUtils = 'testutils', } export function requirePalletsOrSkip(test: Context, helper: DevUniqueHelper, requiredPallets: string[]) { -- gitstuff