Skip to content

#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"
    ]
})

Clone this wiki locally