|
@ -79,8 +79,7 @@ describe('PortfolioCalculator', () => { |
|
|
|
|
|
|
|
|
const chartData = await portfolioCalculator.getChartData({ start }); |
|
|
const chartData = await portfolioCalculator.getChartData({ start }); |
|
|
|
|
|
|
|
|
const portfolioSnapshot = |
|
|
const portfolioSnapshot = await portfolioCalculator.getSnapshot(); |
|
|
await portfolioCalculator.computeSnapshot(start); |
|
|
|
|
|
|
|
|
|
|
|
const investments = portfolioCalculator.getInvestments(); |
|
|
const investments = portfolioCalculator.getInvestments(); |
|
|
|
|
|
|
|
|