Repository URL to install this package:
|
Version:
3.7.2 ▾
|
import * as React from 'react'
import './_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
// })
})