chore(): skip tests for deprecated API categories
This commit is contained in:
@@ -2,7 +2,7 @@ import { InverseClient } from '../../src/';
|
||||
import { getTestProxy } from '../proxy.util';
|
||||
import { successResponseList, successResponseObject } from '../response.util';
|
||||
|
||||
describe('Private Inverse REST API GET Endpoints', () => {
|
||||
describe.skip('Private Inverse REST API GET Endpoints', () => {
|
||||
const API_KEY = process.env.API_KEY_COM;
|
||||
const API_SECRET = process.env.API_SECRET_COM;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user