@ -64,7 +64,8 @@ describe('PortfolioCalculator', () => {
const investments = portfolioCalculator.getInvestments();
const investmentsByMonth = portfolioCalculator.getInvestmentsByMonth();
const investmentsByMonth =
portfolioCalculator.getInvestmentsByGroup('month');
spy.mockRestore();
@ -53,7 +53,8 @@ describe('PortfolioCalculator', () => {
@ -41,7 +41,8 @@ describe('PortfolioCalculator', () => {
@ -68,7 +68,8 @@ describe('PortfolioCalculator', () => {