/
alt3rmann
/
label-studio
Обзор
Документация
Войти
/
alt3rmann
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/ui/src/lib/code-editor/code-editor.spec.tsx
10 строк
265 B
Yousif Yassi
feat: OPTIC-1217: Implement Color design tokens as CSS variables and Dark Mode (#6550)
28 апр 2025, 19:46
Не верифицирован
28 апр 2025, 19:46
2e8e35e
Код
Авторство
О чём код?
import { render } from "@testing-library/react"; import CodeEditor from "./code-editor"; describe("CodeEditor", () => { it("should render successfully", () => { const { baseElement } = render(<CodeEditor />); expect(baseElement).toBeTruthy(); }); });