Skip to content

Commit c2f0a0f

Browse files
author
Juan Gabriel Guzman
committed
test: #228 Improving test coverage and adding jquery to test environment
1 parent 7867e59 commit c2f0a0f

File tree

6 files changed

+49
-5035
lines changed

6 files changed

+49
-5035
lines changed

karma.conf.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ module.exports = function (config) {
55
config.set({
66
basePath: '',
77
frameworks: ['jasmine', '@angular-devkit/build-angular'],
8+
files: [
9+
'node_modules/jquery/dist/jquery.js',
10+
'node_modules/datatables.net/js/jquery.dataTables.js',
11+
],
812
plugins: [
913
require('karma-jasmine'),
1014
require('karma-chrome-launcher'),

0 commit comments

Comments
 (0)