Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Commit

Permalink
fix(#29): Resolve test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinhardt, Martin committed Apr 28, 2017
1 parent bdfd4ef commit 6101f8d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion etc/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ module.exports = function (config) {
// Sort the chunks by a field
chunksSort: "field",
// Context directory for request shortening
context: "../src/",
context: appConfig.srcPath,
// Add errors
errors: true,
// Add details to errors (like resolving log)
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/appConfigTest.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var path = require("path");
var appConfig = {
srcPath: 'app',
srcPath: path.resolve('app'),
testPath: 'specs',
genPath: 'src-gen',
copy: [],
Expand Down
20 changes: 10 additions & 10 deletions test/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"author": "",
"license": "ISC",
"dependencies": {
"@angular/common": "2.4.3",
"@angular/compiler": "2.4.3",
"@angular/core": "2.4.3",
"@angular/forms": "2.4.3",
"@angular/http": "2.4.3",
"@angular/platform-browser": "2.4.3",
"@angular/platform-browser-dynamic": "2.4.3",
"@angular/router": "3.4.3",
"@angular/common": "4.0.3",
"@angular/compiler": "4.0.3",
"@angular/core": "4.0.3",
"@angular/forms": "4.0.3",
"@angular/http": "4.0.3",
"@angular/platform-browser": "4.0.3",
"@angular/platform-browser-dynamic": "4.0.3",
"@angular/router": "4.0.3",
"@holisticon/angular-common": "../..",
"rxjs": "5.0.1",
"zone.js": "0.7.2"
"rxjs": "5.2.0",
"zone.js": "0.8.9"
}
}

0 comments on commit 6101f8d

Please sign in to comment.