Skip to content

Commit 3123228

Browse files
committed
Fix lint error
1 parent e568751 commit 3123228

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

internal/web/ui/src/features/component/AsyncStringifiedValue.test.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
import { act, render, screen } from '@testing-library/react';
22
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
33

4+
import { largeDiscOutput } from '../../test/fixtures/generateLargeDiscOutput';
45
import { type Value, ValueType } from '../alloy-syntax-js/types';
56

67
import AsyncStringifiedValue from './AsyncStringifiedValue';
78

8-
// Import the large fixture data generator
9-
// This generates a structure similar to real discovery.kubernetes output
10-
import { largeDiscOutput } from '../../test/fixtures/generateLargeDiscOutput';
11-
129
describe('AsyncStringifiedValue', () => {
1310
describe('simple values render synchronously', () => {
1411
it('renders number values immediately', () => {

0 commit comments

Comments
 (0)