Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pythonstock/stock
/ formatTime.spec.js
File
formatTime.spec.js
frontend/tests/unit/utils/formatTime.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ formatTime } from
'@/utils/index.js'
2
3
describe(
'Utils:formatTime'
, () => {
4
const
d =
new
Date(
'2018-07-13 17:54:01'
)
// "2018-07-13 17:54:01"
Callers
nothing calls this directly
Calls
2
formatTime
Function · 0.90
it
Function · 0.50
Tested by
no test coverage detected