summaryrefslogtreecommitdiffstats
path: root/utils/config_test.go
blob: 6f36b30c39d2ee7ebb10a6e33f28f36bfb77b8e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.

package utils

import (
	"testing"
)

func TestConfig(t *testing.T) {
	LoadConfig("config.json")
	InitTranslations()
}