paulirish / devtools-timeline-model

Unsupported
Other
173 stars 35 forks source link

Add a test fixture of a WPT trace #10

Closed paulirish closed 8 years ago

paulirish commented 8 years ago

broken out from #8

Glad to add a fixture for WPT trace file and ensure it passes existing tests. Could also add a check like if (!Array.isArray(events)) throw Error('events must be an array')

@jfsiii this is all you. :)