mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
ccbb2d0783
@ -64,7 +64,7 @@ describe('update department isLeaf', () => {
|
||||
expect(record.isLeaf).toBe(false);
|
||||
});
|
||||
|
||||
it('should update isLeaf when update department', async () => {
|
||||
it.runIf(process.env.DB_DIALECT !== 'sqlite')('should update isLeaf when update department', async () => {
|
||||
const res = await agent.resource('departments').create({
|
||||
values: {
|
||||
title: 'Department',
|
||||
|
Loading…
x
Reference in New Issue
Block a user