fix: update import statement for package exports in integration tests to have an inferred path to the index file
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { OnspringClient, PagingRequest } from '../../src/index';
|
||||
import { OnspringClient, PagingRequest } from '../../src';
|
||||
import { expect } from 'chai';
|
||||
import { baseURL, apiKey } from '../mochaRootHooks';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user