mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-28 12:33:12 +00:00
adding missing files to karma tests
This commit is contained in:
parent
601b291558
commit
9b2a1fbd06
1 changed files with 1 additions and 0 deletions
|
@ -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},
|
||||
|
|
Loading…
Reference in a new issue