Przeglądaj źródła

Revert space on empty line

arvid-e 8 miesięcy temu
rodzic
commit
cb1a57d0bc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      apps/app/jest.config.js

+ 1 - 1
apps/app/jest.config.js

@@ -40,7 +40,7 @@ module.exports = {
       transform: {
         '^.+\\.(t|j)sx?$': '@swc-node/jest',
       },
-      
+
       rootDir: '.',
       roots: ['<rootDir>'],
       testMatch: ['<rootDir>/test/integration/**/v5.*.test.ts', '<rootDir>/test/integration/**/v5.*.test.js'],