forked from verdnatura/salix-front
test: refs #7052 remove .only from EditTableCellValueForm test suite
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 fieldA = 'fieldA';
|
||||||
const fieldB = 'fieldB';
|
const fieldB = 'fieldB';
|
||||||
|
|
||||||
describe.only('EditForm', () => {
|
describe('EditForm', () => {
|
||||||
let vm;
|
let vm;
|
||||||
const mockRows = [
|
const mockRows = [
|
||||||
{ id: 1, itemFk: 101 },
|
{ id: 1, itemFk: 101 },
|
||||||
|
|
Loading…
Reference in New Issue