mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
fix: remove only
This commit is contained in:
parent
a16efeb45c
commit
f7c2d623d2
@ -1500,7 +1500,7 @@ describe('export to xlsx', () => {
|
||||
expect(sheetData[10]).toEqual(['user9', 9]); // last user
|
||||
});
|
||||
|
||||
it.only(`should filter no permission fields`, async () => {
|
||||
it(`should filter no permission fields`, async () => {
|
||||
const User = app.db.collection({
|
||||
name: 'users',
|
||||
fields: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user