UNPKG

log-vista

Version:

This is a project which capture logs and stores in database and display on web inreal time

6 lines (5 loc) 140 B
// test/init.test.js const fs = require('fs'); test('creates .env after init', () => { expect(fs.existsSync('.env')).toBe(true); });