aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/scripts/debug.js
blob: 97597cda8949a8a3aa75512c4082bbd19b234c7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
  * Server debug test script
  *
  * Version: v2.0.0
  * Developer: Marzavec ( https://github.com/marzavec )
  * License: WTFPL ( http://www.wtfpl.net/txt/copying/ )
  *
  */

// import required classes
const path = require('path');
const ConfigManager = require('../managers/config');

// begin tests
// TODO: TODO
// TODO