fix(playwright): Enabled grid operation test

This commit is contained in:
Muhammed Mustafa
2022-11-30 15:24:53 +05:30
committed by Pranav C
parent 5c36a3e9d6
commit 318b6b47b1
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ void (async () => {
return;
}
const { stdout } = await exec(`git diff origin/develop -- *.spec.ts **/*.spec.ts | grep test\\(`);
const { stdout } = await exec(`git diff origin/develop -- **/*.spec.ts | grep test\\( | cat`);
// eslint-disable-next-line no-undef
const dbType = process.env.E2E_DB_TYPE;