mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-09-01 17:10:24 +08:00
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:
@@ -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": {
|
"vcs": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"clientKind": "git",
|
"clientKind": "git",
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ import {
|
|||||||
History,
|
History,
|
||||||
Image as ImageIcon,
|
Image as ImageIcon,
|
||||||
Link,
|
Link,
|
||||||
Loader2,
|
|
||||||
Send,
|
Send,
|
||||||
Square,
|
Square,
|
||||||
} from "lucide-react"
|
} from "lucide-react"
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
import { SINGLE_BOX_XML } from "./fixtures/diagrams"
|
import { SINGLE_BOX_XML } from "./fixtures/diagrams"
|
||||||
import {
|
import {
|
||||||
expect,
|
expect,
|
||||||
expectBeforeAndAfterReload,
|
|
||||||
getChatInput,
|
getChatInput,
|
||||||
getIframe,
|
getIframe,
|
||||||
getIframeContent,
|
getIframeContent,
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
import { TEST_NODE_XML } from "./fixtures/diagrams"
|
import { TEST_NODE_XML } from "./fixtures/diagrams"
|
||||||
import {
|
import {
|
||||||
expect,
|
expect,
|
||||||
getChatInput,
|
|
||||||
getIframe,
|
getIframe,
|
||||||
getIframeContent,
|
getIframeContent,
|
||||||
sendMessage,
|
sendMessage,
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
import {
|
import {
|
||||||
expect,
|
expect,
|
||||||
expectBeforeAndAfterReload,
|
|
||||||
getChatInput,
|
getChatInput,
|
||||||
getIframe,
|
getIframe,
|
||||||
openSettings,
|
openSettings,
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ import {
|
|||||||
createMixedMock,
|
createMixedMock,
|
||||||
createMultiTurnMock,
|
createMultiTurnMock,
|
||||||
expect,
|
expect,
|
||||||
getChatInput,
|
|
||||||
sendMessage,
|
sendMessage,
|
||||||
test,
|
test,
|
||||||
waitForComplete,
|
waitForComplete,
|
||||||
|
|||||||
@@ -1,10 +1,4 @@
|
|||||||
import {
|
import { expect, getIframe, openSettings, test } from "./lib/fixtures"
|
||||||
expect,
|
|
||||||
getIframe,
|
|
||||||
getSettingsButton,
|
|
||||||
openSettings,
|
|
||||||
test,
|
|
||||||
} from "./lib/fixtures"
|
|
||||||
|
|
||||||
test.describe("Settings", () => {
|
test.describe("Settings", () => {
|
||||||
test.beforeEach(async ({ page }) => {
|
test.beforeEach(async ({ page }) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user