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 / src / __tests__ / submit.test.tsx
Size: Mime:
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
  // })
})