Repository URL to install this package:
|
Version:
3.5.4 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
require("./_setup");
describe('@skava/forms - submit', () => {
it.skip('does not leak params as GET in URL if js is disabled', () => {
// @todo
});
// these are handled in the plugin test
// it.skip('submit using default render', () => {
// // @todo
// })
// it.skip('submits with custom plugins', () => {
// // @todo
// })
// it.skip('submits with custom form state', () => {
// // @todo
// })
});
//# sourceMappingURL=submit.test.js.map