This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Open
/
uptime-kuma
mirror of
https://github.com/louislam/uptime-kuma.git
Watch
1
Star
0
Fork
You've already forked uptime-kuma
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f0670dde20
uptime-kuma
/
test
/
prepare-jest.js
6 lines
97 B
JavaScript
Raw
Blame
History
const
fs
=
require
(
"fs"
)
;
fs
.
rmdirSync
(
"./data/test-chrome-profile"
,
{
recursive
:
true
,
}
)
;
Reference in New Issue
View Git Blame
Copy Permalink