feat: stub out integration tests for record methods

This commit is contained in:
StevanFreeborn
2023-02-18 17:16:53 -06:00
parent 4001fb407d
commit 818bd0dd19
6 changed files with 30 additions and 0 deletions
@@ -0,0 +1,5 @@
import { OnspringClient } from './../../src';
import { expect } from 'chai';
import { baseURL, apiKey } from '../mochaRootHooks';
describe('getRecordsByAppId', function () {});