Skip to content

Commit

Permalink
fix/ TranslateModule test
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime GRIS committed Feb 25, 2018
1 parent ce5724c commit 7863aa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"electron:mac": "npm run build:prod && npx electron-builder build --mac",
"test": "karma start ./karma.conf.js",
"pree2e:build": "webdriver-manager update --gecko false && npm run ng:serve",
"pree2e:protractor" : "wait-on http-get://localhost:4200/ && protractor ./protractor.conf.js",
"pree2e:protractor": "wait-on http-get://localhost:4200/ && protractor ./protractor.conf.js",
"e2e": "npm-run-all -p pree2e:build pree2e:protractor"
},
"dependencies": {},
Expand Down
3 changes: 2 additions & 1 deletion src/app/app.component.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { TestBed, async } from '@angular/core/testing';
import { RouterTestingModule } from '@angular/router/testing';
import { AppComponent } from './app.component';
import { ElectronService } from 'app/providers/electron.service';
import { TranslateModule } from '@ngx-translate/core';
import { ElectronService } from './providers/electron.service';

describe('AppComponent', () => {
beforeEach(async(() => {
Expand Down

0 comments on commit 7863aa9

Please sign in to comment.