Skip to main content

3 docs tagged with "boilerplate"

View all tags

🧪 describe

describe(title DescribeOptions) | describe(message () => void) | describe(cb: () => void)

🧪 it

it(message () => void) | it(cb: () => void)

🧪 test

test(message () => void) | test(cb: () => void)