UNPKG
grunt-karma
Version:
latest (4.0.2)
4.0.2
4.0.1
4.0.0
3.0.2
3.0.1
3.0.0
2.0.0
1.0.0
0.12.2
0.12.1
0.12.0
0.11.2
0.11.1
0.11.0
0.10.1
0.10.0
0.9.0
0.8.3
0.8.2
0.8.1
0.8.0
0.7.3
0.7.2
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
grunt plugin for karma test runner
github.com/karma-runner/grunt-karma
karma-runner/grunt-karma
grunt-karma
/
karma.conf.js
13 lines
(10 loc)
•
221 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
// Karma configuration
module
.
exports
=
function
(
config
) { config.
set
({
// list of files / patterns to load in the browser
files
: [
'node_modules/expect.js/index.js'
,
'test/**/*.js'
] }); };