UNPKG
log-vista
Version:
latest (2.0.1)
2.0.1
2.0.0
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.0
This is a project which capture logs and stores in database and display on web inreal time
log-vista
/
test
/
init.test.js
6 lines
(5 loc)
•
140 B
JavaScript
View Raw
1
2
3
4
5
6
// test/init.test.js
const
fs =
require
(
'fs'
);
test
(
'creates .env after init'
,
() =>
{
expect
(fs.
existsSync
(
'.env'
)).
toBe
(
true
); });