polardbxengine/router/tests/component/data/js_test_handshake_is_empty.js

10 lines
118 B
JavaScript

({
// handshake field is empty
//
// valid
handshake: {},
stmts: function() {
return { ok: {} };
}
})