huridocs/uwazi

View on GitHub
app/api/migrations/migrations/30-mutliple-sync/specs/fixtures_with_sync.js

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
export default {
  settings: [
    {
      sync: { url: 'url', config: { templates: { t1: ['p1'] } } },
      otherProperty: 'test',
    },
  ],
  syncs: [{ lastSync: 1900 }],
};