You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-12-01 22:52:06 +02:00
Implementing .saved_searches.pg2conf saving tests
This commit is contained in:
13
test/backend/unit/model/sql/GalleryManager.spec.ts
Normal file
13
test/backend/unit/model/sql/GalleryManager.spec.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import {DBTestHelper} from '../../../DBTestHelper';
|
||||
import {GalleryManager} from '../../../../../src/backend/model/database/sql/GalleryManager';
|
||||
|
||||
|
||||
// to help WebStorm to handle the test cases
|
||||
declare let describe: any;
|
||||
declare const after: any;
|
||||
describe = DBTestHelper.describe();
|
||||
|
||||
describe('GalleryManager', (sqlHelper: DBTestHelper) => {
|
||||
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user