mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 10:01:59 +08:00
clean up
This commit is contained in:
@ -5,7 +5,7 @@ configs({ directions: ['ltr'] }).forEach(({ title }) => {
|
||||
test.describe.only(title('my special describe block'), () => {
|
||||
// eslint-disable-next-line no-empty-pattern
|
||||
test('test', ({}, testInfo) => {
|
||||
if (testInfo.project.name === 'Mobile Chrome' && testInfo.retry === 0) {
|
||||
if (testInfo.project.name !== 'Mobile Chrome' && testInfo.retry === 0) {
|
||||
expect(false).toBe(true);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user