test: refs #7052 remove .only from EditTableCellValueForm test suite
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
1e0d444e85
commit
55ab9fea3e
|
@ -5,7 +5,7 @@ import { vi, afterEach, beforeAll, describe, expect, it } from 'vitest';
|
|||
const fieldA = 'fieldA';
|
||||
const fieldB = 'fieldB';
|
||||
|
||||
describe.only('EditForm', () => {
|
||||
describe('EditForm', () => {
|
||||
let vm;
|
||||
const mockRows = [
|
||||
{ id: 1, itemFk: 101 },
|
||||
|
|
Loading…
Reference in New Issue