8389-testToMaster #1207

Merged
alexm merged 180 commits from 8389-testToMaster into master 2025-01-14 06:32:35 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 55ab9fea3e - Show all commits

View File

@ -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 },