Update to using CraftingGuideCommon 3.1

This commit is contained in:
Andrew Miner
2017-05-13 16:32:22 -07:00
parent bb3d35701b
commit e07df53e39
5 changed files with 18 additions and 860 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
###
#
# Crafting Guide - test.coffee
#
# Copyright (c) 2014-2015 by Redwood Labs
# Copyright (c) 2014-2017 by Redwood Labs
# All rights reserved.
###
#
# Test Set-up ##########################################################################################################
@@ -20,5 +20,5 @@ global.util = require 'util'
global.w = require 'when'
global.window = {}
{Logger} = require 'crafting-guide-common'
Logger = require('crafting-guide-common').util.Logger
global.logger = new Logger level:Logger.FATAL