blob: 5ad31a12d9b88e84b32ae294e94ccd7fb4fd1355 [file] [log] [blame]
require.config({
paths: {
// Configure some fake AMD module that exists and should not cause a loading
// error message from the "karma-requirejs" plugin which is enabled by default.
'unnamed-module': '/base/npm_packages_karma_e2e/unnamed-amd-module',
'unnamed-module-invalid-file': '/some-invalid-file-path',
}
});