fix: update import statement for package exports in integration tests to have an inferred path to the index file

This commit is contained in:
Stevan Freeborn
2023-02-17 12:30:17 -06:00
parent 2d345a6486
commit 369540d3c8
11 changed files with 11 additions and 11 deletions
@@ -1,4 +1,4 @@
import { OnspringClient } from '../../src/index';
import { OnspringClient } from '../../src';
import { expect } from 'chai';
import { baseURL, apiKey } from '../mochaRootHooks';