Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
fix(tests): Resolve test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinhardt, Martin committed May 12, 2017
1 parent 20ec1a0 commit db5701a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"presets": [
"es2015"
]
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
},
"devDependencies": {
"@types/jasmine": "2.5.46",
"babel-cli": "6.24.1",
"babel-preset-es2015": "6.24.1",
"conventional-changelog-cli": "1.3.1",
"jasmine": "2.6.0",
"jasmine-core": "2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"declaration": true,
"removeComments": true,
"experimentalDecorators": true,
"noEmitHelpers": true,
"noEmitHelpers": false,
"noEmitOnError": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true,
Expand Down

0 comments on commit db5701a

Please sign in to comment.