mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
[feature] Add prettier to pre-commit hook
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
module.exports = {
|
||||
'*.js': ['eslint'],
|
||||
'*.js': ['eslint', 'prettier'],
|
||||
'*.{json,md,html,css,yml,yaml}': []
|
||||
};
|
||||
|
||||
@ -215,7 +215,7 @@ afterAll(async () => {
|
||||
|
||||
await Promise.allSettled(deletionPool);
|
||||
baseConnector.closePool?.();
|
||||
}, 10000);//default timeout is 5000ms. increased to 10000ms to prevent timeout on Oracle DB
|
||||
}, 10000); //default timeout is 5000ms. increased to 10000ms to prevent timeout on Oracle DB
|
||||
|
||||
// Assumed that at least default DB was installed and configured.
|
||||
describe('Base database connector', () => {
|
||||
|
||||
Reference in New Issue
Block a user