mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
13 lines
312 B
JavaScript
13 lines
312 B
JavaScript
define({
|
|
suites: [
|
|
'test/unit/api/ingest/index',
|
|
'test/unit/api/search/index'
|
|
],
|
|
excludeInstrumentation: /(fixtures|node_modules)\//,
|
|
loaderOptions: {
|
|
paths: {
|
|
'bluebird': './node_modules/bluebird/js/browser/bluebird.js',
|
|
'moment': './node_modules/moment/moment.js'
|
|
}
|
|
}
|
|
});
|