Skip to content

Commit 314456a

Browse files
committed
chore: remove unused plugins field from beforeSuiteTimeout config
1 parent 31ec905 commit 314456a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/data/sandbox/configs/timeouts/codecept.beforeSuiteTimeout.conf.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ exports.config = {
66
require: './customHelper.js',
77
},
88
},
9-
plugins: {},
10-
name: 'my',
9+
name: 'beforeSuiteTimeout',
1110
timeout: 2,
1211
}

0 commit comments

Comments
 (0)