Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created January 22, 2019 07:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wullemsb/59835f7f6a1800584b8b798a05582969 to your computer and use it in GitHub Desktop.
Save wullemsb/59835f7f6a1800584b8b798a05582969 to your computer and use it in GitHub Desktop.
module.exports = function (config) {
config.set({
basePath: '',
frameworks: ['jasmine', '@angular-devkit/build-angular'],
plugins: [
require('karma-jasmine'),
require('karma-chrome-launcher'),
require('karma-jasmine-html-reporter'),
require('karma-coverage-istanbul-reporter'),
require('@angular-devkit/build-angular/plugins/karma')
],
files: [
'https://maps.google.com/maps/api/js?key=<removed>&libraries=places'
]
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment