owncast/web/components/admin/config
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
..
general fix(js): consolidate url and account validators 2023-04-16 14:32:18 -07:00
server adding tests for generateRndKey (#2932) 2023-04-17 15:33:30 -07:00