blob: ce30a87f796db7afc8a75648aacb45de21c68551 [file]
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/e2e_karma/unnamed-amd-module',
'unnamed-module-invalid-file': '/some-invalid-file-path',
}
});