Repository URL to install this package:
|
Version:
7.1.2 ▾
|
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
})
})