UNPKG
stopwatch-emitter
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
Just a stopwatch-like timer class
github.com/brian-frichette/Stopwatch
brian-frichette/Stopwatch
stopwatch-emitter
/
test
/
karma.conf.js
11 lines
(9 loc)
•
204 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/* jshint undef: false */
// base path, that will be used to resolve files and exclude;
basePath =
'.'
; files = [ JASMINE , JASMINE_ADAPTER ,
'../dist/browser/Stopwatch.js'
,
'./**/*.spec.js'
];