fix: move components tests to specs folder
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
import { SearchCtrl } from './search';
|
||||
import { SearchSrv } from 'app/core/services/search_srv';
|
||||
import { SearchCtrl } from '../components/search/search';
|
||||
import { SearchSrv } from '../services/search_srv';
|
||||
|
||||
describe('SearchCtrl', () => {
|
||||
const searchSrvStub = {
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
import { SearchResultsCtrl } from './search_results';
|
||||
import { SearchResultsCtrl } from '../components/search/search_results';
|
||||
|
||||
describe('SearchResultsCtrl', () => {
|
||||
let ctrl;
|
||||
Reference in New Issue
Block a user