WPCOM - run API only

This commit is contained in:
Ivan Stojadinov 2024-09-11 14:17:13 +02:00
parent 9c931a817a
commit 5e59be1663
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ config = {
// '**/shopper/**/*.spec.js',
'**/api-tests/**/*.test.js',
],
grepInvert: /@skip-on-default-pressable/,
grep: /@skip-on-default-pressable/,
},
],
};