Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
405
Merge Requests
67
CI / CD
Security & Compliance
Packages
Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
191bac70
Commit
191bac70
authored
1 hour ago
by
Marcelo Rivera
Browse files
Options
Download
(fix): rollback karma.conf.js
parent
3fa19f70
feat/notification-dropdown-2426
1 merge request
!787
Implement new notification dropdown
Pipeline
#119278279
passed with stages
in 89 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
karma.conf.js
View file @
191bac70
...
...
@@ -13,7 +13,7 @@ module.exports = function (config) {
require
(
'
@angular-devkit/build-angular/plugins/karma
'
),
require
(
'
karma-mocha-reporter
'
),
],
// webpack: { node: { fs: 'empty', } },
// webpack: { node: { fs: 'empty', } },
client
:{
clearContext
:
false
// leave Jasmine Spec Runner output visible in browser
},
...
...
This diff is collapsed.
Please
register
or
sign in
to comment