Runs a function before each test.
This is useful for running set up tasks, like initializing a global variable or connecting to a database.
If this function throws, the test will not run.
Symbol
Runs a function before each test.
This is useful for running set up tasks, like initializing a global variable or connecting to a database.
If this function throws, the test will not run.
the function to run