1
0
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:
Patrik J. Braun
2021-05-30 15:09:47 +02:00
parent e26c60d67b
commit 404b82e12b
12 changed files with 78 additions and 18 deletions

View 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) => {
});