| 1 | test(function() { |
| 2 | assert_true((self.performance !== undefined), "self.performance exists"); |
| 3 | assert_equals(typeof self.performance, "object", "self.performance is an object"); |
| 4 | assert_equals((typeof self.performance.now), "function", "self.performance.now() is a function"); |
nothing calls this directly
no test coverage detected