Skip to content

Commit

Permalink
changing karma format from register to cjs, as reported karma-runner/…
Browse files Browse the repository at this point in the history
  • Loading branch information
enzor committed Jun 3, 2016
1 parent 5f7473b commit 6fe97c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ng2-components/ng2-alfresco-core/karma-test-shim.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ System.config({
packages: {
'base/dist': {
defaultExtension: 'js',
format: 'register',
format: 'cjs',
map: Object.keys(window.__karma__.files).filter(onlyAppFiles).reduce(createPathRecords, {})
},
'ng2-translate': {
defaultExtension: 'js',
format: 'register'
format: 'cjs'
}
},
map: {
Expand Down

0 comments on commit 6fe97c3

Please sign in to comment.