cetirizine

An experimental matrix client written in reactjs utilizing tailwind and storybook
git clone git://archive.git.mtrnord.blog/MTRNord/cetirizine.git
Log | Files | Refs | README | LICENSE

test-runner-jest.config.js (280B)


      1 const { getJestConfig } = require('@storybook/test-runner');
      2 
      3 module.exports = {
      4   // The default configuration comes from @storybook/test-runner
      5   ...getJestConfig(),
      6   /** Add your own overrides below
      7    * @see https://jestjs.io/docs/configuration
      8    */
      9   preset: 'ts-jest',
     10 };