debugCollection

Pipes the current collection in to the TestBox debug panel.

Arguments

Name Type Required Default Description
No Arguments

Examples

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