You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-07-15 01:24:25 +02:00
adding translation
This commit is contained in:
@ -101,7 +101,7 @@ describe('SearchManager', () => {
|
||||
await SQLConnection.close();
|
||||
};
|
||||
|
||||
const teardownUpSqlDB = async () => {
|
||||
const tearDownSqlDB = async () => {
|
||||
await SQLConnection.close();
|
||||
if (fs.existsSync(dbPath)) {
|
||||
fs.unlinkSync(dbPath);
|
||||
@ -116,7 +116,7 @@ describe('SearchManager', () => {
|
||||
});
|
||||
|
||||
afterEach(async () => {
|
||||
await teardownUpSqlDB();
|
||||
await tearDownSqlDB();
|
||||
});
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user