test: remove UI verification file for tool preview checks

This commit is contained in:
Bohdan Triapitsyn
2026-04-12 00:41:25 +03:00
parent 844052e599
commit 8a836d4aed
-16
View File
@@ -1,16 +0,0 @@
// Test file for UI verification
// Created: 2026-04-12
const testConfig = {
name: "OpenChamber UI Verification",
version: "2.0.0-beta",
features: {
chat: true,
terminal: true,
settings: true
},
debug: true,
environment: "development"
};
export default testConfig;