update tests
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import {Input, InputParams} from '../src/input'
|
||||
import {deleteVersions, finalIds} from '../src/delete'
|
||||
|
||||
jest.setTimeout(10000)
|
||||
describe('index tests -- call graphql', () => {
|
||||
describe.skip('index tests -- call graphql', () => {
|
||||
it('finalIds test -- get oldest version', done => {
|
||||
const numVersions = 1
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ import {
|
||||
} from '../../src/version'
|
||||
import {Observable} from 'rxjs'
|
||||
|
||||
describe('get versions tests -- call graphql', () => {
|
||||
describe.skip('get versions tests -- call graphql', () => {
|
||||
it('getOldestVersions -- succeeds', done => {
|
||||
const numVersions = 1
|
||||
getOldestVersions({numVersions}).subscribe(result => {
|
||||
|
||||
Reference in New Issue
Block a user