mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: Financial statements dependency graph calculate.
This commit is contained in:
@@ -8,6 +8,7 @@ import {
|
||||
systemFactory,
|
||||
dropTenant,
|
||||
} from '~/testInit';
|
||||
import CacheService from '@/services/Cache';
|
||||
|
||||
let tenantWebsite;
|
||||
let tenantFactory;
|
||||
@@ -19,6 +20,8 @@ beforeEach(async () => {
|
||||
|
||||
bindTenantModel(tenantWebsite.tenantDb);
|
||||
loginRes = await login(tenantWebsite);
|
||||
|
||||
CacheService.flush();
|
||||
});
|
||||
|
||||
afterEach(async () => {
|
||||
|
||||
Reference in New Issue
Block a user