mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[indexed_array] rename tests
This commit is contained in:
parent
cda9517c6b
commit
e1c3be378b
4 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@
|
|||
});
|
||||
|
||||
require.config({
|
||||
baseUrl: '/src/kibana',
|
||||
baseUrl: '/',
|
||||
paths: {
|
||||
config: '/config',
|
||||
test_utils: '../../test/utils',
|
||||
|
@ -134,7 +134,7 @@
|
|||
'specs/utils/diff_time_picker_vals',
|
||||
'specs/factories/events',
|
||||
'specs/index_patterns/_flatten_search_response',
|
||||
'specs/utils/registry/index',
|
||||
'specs/utils/indexed_array/index',
|
||||
'specs/directives/filter_bar',
|
||||
'specs/components/agg_types/index',
|
||||
'specs/components/vis/index',
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
define(function (require) {
|
||||
return function () {
|
||||
var inflector = require('utils/registry/_inflector');
|
||||
var inflector = require('utils/indexed_array/_inflector');
|
||||
|
||||
describe('Inflector', function () {
|
||||
it('returns a function', function () {
|
|
@ -1,6 +1,6 @@
|
|||
define(function (require) {
|
||||
return function () {
|
||||
var pathGetter = require('utils/registry/_path_getter');
|
||||
var pathGetter = require('utils/indexed_array/_path_getter');
|
||||
|
||||
describe('Path Getter', function () {
|
||||
it('returns a function', function () {
|
Loading…
Add table
Add a link
Reference in a new issue