Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/forms / build / dist / __tests__ / submit.test.js
Size: Mime:
"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