mirror of
https://github.com/luxfi/node.git
synced 2026-07-27 03:39:39 +00:00
12 lines
242 B
Go
12 lines
242 B
Go
// Copyright (C) 2019-2025, Lux Industries Inc. All rights reserved.
|
|
// See the file LICENSE for licensing terms.
|
|
|
|
package config
|
|
|
|
import "testing"
|
|
|
|
func TestPass(t *testing.T) {
|
|
// Stub test to ensure package passes
|
|
t.Log("Test passes")
|
|
}
|