adding missing files to karma tests

This commit is contained in:
Yotam Mann 2017-03-26 15:40:40 -04:00
parent 601b291558
commit 9b2a1fbd06

View file

@ -22,6 +22,7 @@ module.exports = function(config) {
{pattern: 'examples/scripts/*.js', included: false},
{pattern: 'examples/style/*.css', included: false},
{pattern: 'examples/audio/*/*.mp3', included: false},
{pattern: 'examples/audio/*.mp3', included: false},
{pattern: 'examples/audio/*/*.png', included: false},
{pattern: 'build/*.js', included: false},
{pattern: 'test/audio/*', included: false},