Loading
test: fix linting issue caused by upgraded eslint
The MR fixes an eslint issue:
Cannot use import declarations in modules that export using CommonJS (module.exports = 'foo' or exports.bar = 'hi') import/no-import-module-exports
It broke master because the eslint upgrade wasn't reflected in the !395 (merged) MR.