mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixed karama tests
This commit is contained in:
parent
dadae53e51
commit
0a6b393b35
@ -9,7 +9,8 @@ module.exports = function(config) {
|
||||
'test/test-main.js',
|
||||
{pattern: 'app/**/*.js', included: false},
|
||||
{pattern: 'vendor/**/*.js', included: false},
|
||||
{pattern: 'test/**/*.js', included: false}
|
||||
{pattern: 'test/**/*.js', included: false},
|
||||
{pattern: '**/*.js', included: false}
|
||||
],
|
||||
|
||||
// list of files to exclude
|
||||
|
Loading…
Reference in New Issue
Block a user