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('getRecordsByAppId', function () {});
|
||||
Reference in New Issue
Block a user