Base Project Files
This commit is contained in:
11
tests/index.js
Normal file
11
tests/index.js
Normal file
@@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
|
||||
let path = require('path'),
|
||||
fs = require('fs');
|
||||
|
||||
// ========================================
|
||||
// Load global modules
|
||||
// ========================================
|
||||
|
||||
global._ = require('lodash');
|
||||
global.winston = require('winston');
|
||||
Reference in New Issue
Block a user