1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-07-13 01:20:23 +02:00

restucturing project

This commit is contained in:
Patrik J. Braun
2019-12-10 10:44:35 +01:00
parent 1be392e7da
commit 358a7834e0
345 changed files with 181 additions and 202 deletions

View File

@ -1,6 +1,6 @@
import {expect} from 'chai';
import {MetadataLoader} from '../../../../../backend/model/threading/MetadataLoader';
import {Utils} from '../../../../../common/Utils';
import {MetadataLoader} from '../../../../../src/backend/model/threading/MetadataLoader';
import {Utils} from '../../../../../src/common/Utils';
import * as path from 'path';
describe('MetadataLoader', () => {