Skip to content

Commit

Permalink
Merge pull request #246 from boostcampwm-2024/test/tradeHistory-#237
Browse files Browse the repository at this point in the history
[BE] 27.07 주식 실시간/일별 체결가 서비스 테스트 코드 작성 #237
  • Loading branch information
uuuo3o authored Dec 3, 2024
2 parents e3e4011 + 633b885 commit 741d015
Show file tree
Hide file tree
Showing 4 changed files with 847 additions and 3 deletions.
4 changes: 1 addition & 3 deletions BE/src/stock/topfive/stock-topfive.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ import { STOCK_TOP_FIVE_HIGH_MOCK } from './mockdata/stock-topfive-high.mockdata
import { STOCK_TOP_FIVE_LOW_MOCK } from './mockdata/stock-topfive-low.mockdata';
import { MarketType } from '../enum/market-type';

jest.mock('axios');

describe('stock index list test', () => {
describe('stock topfive test', () => {
let stockTopfiveService: StockTopfiveService;
let koreaInvestmentDomainService: KoreaInvestmentDomainService;
let highResponse: StockRankingDataDto[];
Expand Down
Loading

0 comments on commit 741d015

Please sign in to comment.