fix: Changes to make npm run check GH status check pass (#710)

The Lint & Unit Tests PR status check is failing
at the "Run lint" step over a half-dozen issues.
This is causing all PR's to fail the Lint & Unit tets check.
This fix resolves those issues.

Signed-off-by: Bryon Nevis <bryon.nevis@intel.com>
This commit is contained in:
Bryon Nevis
2026-02-28 00:24:24 +09:00
committed by GitHub
parent f3c3614b53
commit dd9d79d2d6
7 changed files with 2 additions and 13 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
"$schema": "https://biomejs.dev/schemas/2.3.14/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
-1
View File
@@ -5,7 +5,6 @@ import {
History,
Image as ImageIcon,
Link,
Loader2,
Send,
Square,
} from "lucide-react"
-1
View File
@@ -1,7 +1,6 @@
import { SINGLE_BOX_XML } from "./fixtures/diagrams"
import {
expect,
expectBeforeAndAfterReload,
getChatInput,
getIframe,
getIframeContent,
-1
View File
@@ -1,7 +1,6 @@
import { TEST_NODE_XML } from "./fixtures/diagrams"
import {
expect,
getChatInput,
getIframe,
getIframeContent,
sendMessage,
-1
View File
@@ -1,6 +1,5 @@
import {
expect,
expectBeforeAndAfterReload,
getChatInput,
getIframe,
openSettings,
-1
View File
@@ -3,7 +3,6 @@ import {
createMixedMock,
createMultiTurnMock,
expect,
getChatInput,
sendMessage,
test,
waitForComplete,
+1 -7
View File
@@ -1,10 +1,4 @@
import {
expect,
getIframe,
getSettingsButton,
openSettings,
test,
} from "./lib/fixtures"
import { expect, getIframe, openSettings, test } from "./lib/fixtures"
test.describe("Settings", () => {
test.beforeEach(async ({ page }) => {