test: Move configuration into integration folder.

This commit is contained in:
Ruben Verborgh
2020-12-21 23:58:47 +01:00
parent 992267b4dc
commit e4c4d2a781
13 changed files with 9 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ import { SingleThreadedResourceLocker } from '../../src/util/locking/SingleThrea
import { WrappedExpiringResourceLocker } from '../../src/util/locking/WrappedExpiringResourceLocker';
import { guardedStreamFrom } from '../../src/util/StreamUtil';
import { CONTENT_TYPE } from '../../src/util/UriConstants';
import { BASE } from '../configs/Util';
import { BASE } from './Config';
describe('A LockingResourceStore', (): void => {
let path: string;