test/context/initContext.js

Summary

Maintainability
A
0 mins
Test Coverage

Calls to require() should use string literals
Open

        require(path.join(projectPath, 'roc.config.js')).project.actions = singleAction;
Severity: Minor
Found in test/context/initContext.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Calls to require() should use string literals
Open

        require(path.join(projectPath, 'roc.config.js')).project.actions = multipleActions;
Severity: Minor
Found in test/context/initContext.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Calls to require() should use string literals
Open

        const initSpy = expect.spyOn(require(path.join(projectPath, 'roc.config.js')).project, 'init')
Severity: Minor
Found in test/context/initContext.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

There are no issues that match your filters.

Category
Status