-
-
Notifications
You must be signed in to change notification settings - Fork 0
#5 Common list
Axorax edited this page Apr 14, 2023
·
2 revisions
If you added common list to new kith(), it would add a common list for all tests but with this code it will add a common list for only a particular test.
const pass = new kith();
pass.test('abc', {
common: [
"abc"
]
})