refactor: Use named exports for factories

This commit is contained in:
Faruk AYDIN
2023-10-23 10:36:44 +02:00
parent 655deb12c8
commit 6be8a581d2
12 changed files with 23 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
import request from 'supertest';
import app from '../../app';
import createConfig from '../../../test/factories/config';
import { createConfig } from '../../../test/factories/config';
import { IConfig } from '@automatisch/types';
import * as license from '../../helpers/license.ee';