mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 09:26:45 +00:00
[Search] Fix file paths
This commit is contained in:
parent
5b0bf0a0ba
commit
c869aaf91a
@ -25,7 +25,7 @@
|
||||
* SearchSpec. Created by shale on 07/31/2015.
|
||||
*/
|
||||
define(
|
||||
["../../src/providers/ElasticsearchSearchProvider"],
|
||||
["../src/ElasticsearchSearchProvider"],
|
||||
function (ElasticsearchSearchProvider) {
|
||||
"use strict";
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
* SearchSpec. Created by shale on 07/31/2015.
|
||||
*/
|
||||
define(
|
||||
["../../src/providers/GenericSearchProvider"],
|
||||
["../src/GenericSearchProvider"],
|
||||
function (GenericSearchProvider) {
|
||||
"use strict";
|
||||
|
||||
|
@ -31,7 +31,7 @@ define(
|
||||
|
||||
describe("The generic search worker ", function () {
|
||||
// If this test fails, make sure this path is correct
|
||||
var worker = new Worker('platform/search/src/workers/GenericSearchWorker.js'),
|
||||
var worker = new Worker('platform/search/src/GenericSearchWorker.js'),
|
||||
numObjects = 5;
|
||||
|
||||
beforeEach(function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user