debugEvent

Pipes the current enet in to the TestBox debug panel.

Arguments

Name Type Required Default Description
No Arguments

Examples

it( "can see the current event in the debug panel", function() {
    this.visit( "/login" )
        .debugEvent();
} );