We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e5d08 commit 624da90Copy full SHA for 624da90
karma.conf.js
@@ -26,6 +26,7 @@ module.exports = function(config) {
26
'node_modules/karma-requirejs/lib/adapter.js',
27
28
{pattern: 'src/**/*.js', included: false},
29
+ {pattern: 'src/templates/*.html', included: false},
30
{pattern: 'lib/**/*.js', included: false},
31
{pattern: 'test/spec/**/*_spec.js', included: false},
32
{pattern: 'test/mock.js', included: false},
test/runner.js
@@ -21,7 +21,8 @@ require.config({
21
'flight': '../lib/flight.min',
22
'd3': '../lib/d3.min',
23
'Tabletop': '../lib/tabletop',
24
- 'bootstrap': '../lib/bootstrap.min'
+ 'bootstrap': '../lib/bootstrap.min',
25
+ 'text': '../lib/text'
},
shim: {
'handlebars': {
0 commit comments