Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/__mocks__/fixtures/v3/daily.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ module.exports = {
},
market_capital: {
name_jp: '時価総額',
unit: '百万円'
unit: ''
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

},
enterprise_value: {
name_jp: '企業価値',
unit: '百万円'
unit: ''
},
eps_forecast: {
name_jp: 'EPS(会社予想)',
Expand All @@ -38,7 +38,7 @@ module.exports = {
},
ebitda_forecast: {
name_jp: 'EBITDA(会社予想)',
unit: '百万円'
unit: ''
},
ev_ebitda_forecast: {
name_jp: 'EV/EBITDA(会社予想)',
Expand Down
Loading