1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00
pigallery2/test/backend/unit/model/sql/PersonManager.ts

14 lines
256 B
TypeScript
Raw Normal View History

import {PersonManager} from '../../../../../src/backend/model/database/sql/PersonManager';
2019-02-04 17:46:27 -05:00
// to help WebStorm to handle the test cases
declare let describe: any;
declare const after: any;
declare const it: any;
describe('PersonManager', () => {
});