eirslett/chrome-karma-docker

isDocker is a function

svenliebig opened this issue · 2 comments

Should be called with isDocker() instead of isDocker

https://github.com/sindresorhus/is-docker

Where do you mean? I think it's being done like this:

const isDocker = require('is-docker')(); // <- call the function immediately

Ah sure sry mate, i called the function later. Have a nice day.