owncast/web/components/admin/config/server
Dev Gupta 1a63880d01
adding tests for generateRndKey (#2932)
changing jest.config.js
transform option  from -
transform: { '^.+\\.ts?$': 'ts-jest' },
to
  transform: {   '^.+\\.(js|jsx|ts|tsx)$': ['babel-jest', { presets: ['next/babel'] }], },
2023-04-17 15:33:30 -07:00
..
EditStorage.tsx fix(js): consolidate url and account validators 2023-04-16 14:32:18 -07:00
ServerConfig.tsx Reorganize admin components to help bundling 2023-01-10 00:37:11 -08:00
StorageConfig.tsx Reorganize admin components to help bundling 2023-01-10 00:37:11 -08:00
StreamKeys.tsx adding tests for generateRndKey (#2932) 2023-04-17 15:33:30 -07:00