Skip to content
Snippets Groups Projects
Commit 9a70d1db authored by Sigmund, Dominik's avatar Sigmund, Dominik
Browse files

Update index.test.js

parent d2f9af3e
No related branches found
No related tags found
1 merge request!1Update index.test.js, examples/all-options.js, examples/log-to-file.js,...
......@@ -3,7 +3,7 @@ const assert = require('assert')
const os = require('os')
const path = require('path')
const fs = require('fs')
const LOG = require(path.join(__dirname, '../index.js'))
const LOG = require('./index')
const hostname = os.hostname()
function getDate () {
var tzoffset = (new Date()).getTimezoneOffset() * 60000 // offset in milliseconds
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment