Fix Alpaca tests and exports
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { describe, expect, test } from '@jest/globals';
|
||||
import 'dotenv/config';
|
||||
import { AlpacaExchange } from '../src/alpaca/exchange';
|
||||
import { AlpacaExchange } from '../src/index';
|
||||
|
||||
describe('Alpaca Tests', () => {
|
||||
test('portfolio fetch', () => {
|
||||
|
Reference in New Issue
Block a user