3 registerCleanupFunction(function () {
4 ok(true, "I'm a cleanup function in test file");
7 "I'm a var in test file",
8 "Test cleanup function scope is correct"
13 is(headVar, "I'm a var in head file", "Head variables are set");
14 ok(headMethod(), "Head methods are imported");
15 testVar = "I'm a var in test file";