Commit 10b0fc79 by Marcus Efraimsson

fix: move components tests to specs folder

parent 87ceeb08
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 = {
......
import { SearchResultsCtrl } from './search_results';
import { SearchResultsCtrl } from '../components/search/search_results';
describe('SearchResultsCtrl', () => {
let ctrl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment