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/request / __tests__ / OneRequest.todo.test.ts
Size: Mime:
describe('[1Request] TODO', () => {
  describe('context', () => {
    it.skip('should make sure each request is isolated', () => {
      console.log('todo')
    })
  })
  it.skip('should serialize POST body', () => {
    // @todo
  })
  it.skip('should serialize GET params', () => {
    // @todo
  })
  it.skip('should serialize POST body - for 7.5 (invalid version)', () => {
    // @todo
  })
  it.skip('should cache requests for specified time', () => {
    // @todo
  })
  it.skip('should not cache requests which are private', () => {
    // @todo
  })
  it.skip('should default the debug name to the url', () => {
    // @todo
  })
  it.skip('should have the debug name when adapting to apollo', () => {
    // @todo
  })
  it.skip('should pass all request tests from other libraries ported', () => {
    // @todo
  })
})