mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: remove path alias.
feat: remove Webpack and depend on nodemon. feat: refactoring expenses. feat: optimize system users with caching. feat: architecture tenant optimize.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
import chai from 'chai';
|
||||
import chaiHttp from 'chai-http';
|
||||
import chaiThings from 'chai-things';
|
||||
import systemDb from '@/database/knex';
|
||||
import app from '@/app';
|
||||
import createTenantFactory from '@/database/factories';
|
||||
import TenantsManager from '@/system/TenantsManager';
|
||||
import systemDb from 'database/knex';
|
||||
import app from 'app';
|
||||
import createTenantFactory from 'database/factories';
|
||||
import TenantsManager from 'system/TenantsManager';
|
||||
import faker from 'faker';
|
||||
import { hashPassword } from '@/utils';
|
||||
import TenantModel from '@/models/TenantModel';
|
||||
import createSystemFactory from '@/database/factories/system';
|
||||
import { hashPassword } from 'utils';
|
||||
import TenantModel from 'models/TenantModel';
|
||||
import createSystemFactory from 'database/factories/system';
|
||||
|
||||
|
||||
const { expect } = chai;
|
||||
|
||||
Reference in New Issue
Block a user