test-setup.ts 90 B

1234
  1. import * as dayjs from 'dayjs'
  2. import * as utc from 'dayjs/plugin/utc'
  3. dayjs.extend(utc)