move mock folder outside the app src

This commit is contained in:
JDonadio 2017-09-28 10:44:50 -03:00
parent b74d72a4b6
commit 16ff852960
No known key found for this signature in database
GPG Key ID: EC1F4E04B2BFA730
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { LatestReleaseProviderStub } from '../../mocks/latestRelease'
import { LatestReleaseProviderStub } from '../../../test-config/mocks/latestRelease';
describe('Latest Release Provider', () => {
var currentVersion: string;