mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
cd06bc00ec
project and config refactoring Warning: braking changes in the config
14 lines
256 B
TypeScript
14 lines
256 B
TypeScript
import {PersonManager} from '../../../../../src/backend/model/database/sql/PersonManager';
|
|
|
|
|
|
// to help WebStorm to handle the test cases
|
|
declare let describe: any;
|
|
declare const after: any;
|
|
declare const it: any;
|
|
|
|
|
|
describe('PersonManager', () => {
|
|
|
|
|
|
});
|