(data)
| 109 | |
| 110 | // test functions |
| 111 | function loadTime(data) { |
| 112 | printLine('heading', 'Page Load Time'); |
| 113 | log(indent + 'Your page took ' + data.time + ' to load'); |
| 114 | log(''); |
| 115 | } |
| 116 | |
| 117 | function componentRerenders(data) { |
| 118 | printLine('heading', 'Component Re-rendering'); |
nothing calls this directly
no test coverage detected