You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-07-15 01:24:25 +02:00
upgrading to bootstrap 5
This commit is contained in:
@ -7,7 +7,7 @@ import {PhotoProcessing} from '../../../../../src/backend/model/fileprocessing/P
|
||||
|
||||
describe('PhotoProcessing', () => {
|
||||
|
||||
// tslint:disable:no-unused-expression
|
||||
/* eslint-disable no-unused-expressions,@typescript-eslint/no-unused-expressions */
|
||||
it('should generate converted file path', async () => {
|
||||
|
||||
Config.load();
|
||||
@ -33,7 +33,7 @@ describe('PhotoProcessing', () => {
|
||||
}
|
||||
});
|
||||
|
||||
// tslint:disable:no-unused-expression
|
||||
/* eslint-disable no-unused-expressions,@typescript-eslint/no-unused-expressions */
|
||||
it('should generate converted thumbnail path', async () => {
|
||||
|
||||
Config.load();
|
||||
|
Reference in New Issue
Block a user