feat: stub out integration tests for record methods
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
import { OnspringClient } from './../../src';
|
||||||
|
import { expect } from 'chai';
|
||||||
|
import { baseURL, apiKey } from '../mochaRootHooks';
|
||||||
|
|
||||||
|
describe('deleteRecordById', function () {});
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
import { OnspringClient } from './../../src';
|
||||||
|
import { expect } from 'chai';
|
||||||
|
import { baseURL, apiKey } from '../mochaRootHooks';
|
||||||
|
|
||||||
|
describe('getRecordById', function () {});
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
import { OnspringClient } from './../../src';
|
||||||
|
import { expect } from 'chai';
|
||||||
|
import { baseURL, apiKey } from '../mochaRootHooks';
|
||||||
|
|
||||||
|
describe('getRecordsByAppId', function () {});
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
import { OnspringClient } from './../../src';
|
||||||
|
import { expect } from 'chai';
|
||||||
|
import { baseURL, apiKey } from '../mochaRootHooks';
|
||||||
|
|
||||||
|
describe('getRecordsByIds', function () {});
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
import { OnspringClient } from './../../src';
|
||||||
|
import { expect } from 'chai';
|
||||||
|
import { baseURL, apiKey } from '../mochaRootHooks';
|
||||||
|
|
||||||
|
describe('queryRecords', function () {});
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
import { OnspringClient } from './../../src';
|
||||||
|
import { expect } from 'chai';
|
||||||
|
import { baseURL, apiKey } from '../mochaRootHooks';
|
||||||
|
|
||||||
|
describe('saveRecord', function () {});
|
||||||
Reference in New Issue
Block a user