fix(file-list): do not define fs.statAsync
Defining fs.statAsync affects other modules such as bluebird which
throws an error because of the 'Async'-suffix:
> Cannot promisify an API that has normal methods with 'Async'-suffix
> See http://goo.gl/MqrFmX
Fixes: https://github.com/karma-runner/karma/issues/3466