/* * SPDX-License-Identifier: AGPL-3.0-only * Copyright (c) 2022-2024, daeuniverse Organization */ package config import ( "testing" ) func TestExportOutline(t *testing.T) { t.Log(ExportOutlineJson("test")) }