mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
Change code to pass lint checks and add angular-vis to karma config for tests to pass.
This commit is contained in:
parent
230bfd15ac
commit
008884ec59
2 changed files with 50 additions and 44 deletions
|
@ -13,6 +13,7 @@ files = [
|
|||
'assets/js/angularjs/1.2.6/angular-route.min.js',
|
||||
'assets/js/angularjs/1.2.6/angular-resource.min.js',
|
||||
'assets/js/ui-bootstrap/ui-bootstrap-custom-tpls-0.12.0.min.js',
|
||||
'assets/js/angular-vis.js',
|
||||
'test/assets/angular/angular-mocks.js',
|
||||
'app/**/*.js',
|
||||
'test/unit/**/*.spec.js',
|
||||
|
@ -57,4 +58,4 @@ browsers = ['Chrome'];
|
|||
|
||||
// Continuous Integration mode
|
||||
// if true, it capture browsers, run tests and exit
|
||||
singleRun = true;
|
||||
singleRun = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue