2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-14 06:31:27 +00:00

Small style fixes (#7117)

* small style fixes

* fix typescript:S1854

* remove unused function handleCellClick

* disable cov
This commit is contained in:
Matthias Mair
2024-04-29 00:19:05 +02:00
committed by GitHub
parent b711291beb
commit d728b11655
29 changed files with 40 additions and 92 deletions

View File

@@ -1,4 +1,4 @@
import { expect, test } from './baseFixtures.js';
import { test } from './baseFixtures.js';
import { baseUrl } from './defaults.js';
import { doQuickLogin } from './login.js';