dae/config/outline_test.go
2023-03-14 15:01:55 +08:00

15 lines
229 B
Go

/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2023, daeuniverse Organization <dae@v2raya.org>
*/
package config
import (
"testing"
)
func TestExportOutline(t *testing.T) {
t.Log(ExportOutlineJson("test"))
}