Add github action to lint and test #3
Annotations
2 errors
test/unit/format-event-data.test.ts > formatEventData > should format INP data correctly:
test/unit/format-event-data.test.ts#L83
AssertionError: expected { debug_event: 'keyboard', …(6) } to deeply equal { debug_event: 'keyboard', …(6) }
- Expected
+ Received
Object {
"debug_event": "keyboard",
- "debug_interaction_delay": 0.5,
+ "debug_interaction_delay": 1,
"debug_load_state": "dom-interactive",
- "debug_presentation_delay": 106.5,
+ "debug_presentation_delay": 107,
"debug_processing_duration": 93,
"debug_target": "html>body",
- "debug_time": 235.5,
+ "debug_time": 236,
}
❯ test/unit/format-event-data.test.ts:83:20
|
build
Process completed with exit code 1.
|