Add support for videos to Buildcraft
This commit is contained in:
@@ -6,11 +6,13 @@
|
||||
#
|
||||
|
||||
CraftingGuideCommon = require "crafting-guide-common"
|
||||
fs = require 'fs'
|
||||
|
||||
_ = CraftingGuideCommon._
|
||||
Mod = CraftingGuideCommon.deprecated.game.Mod
|
||||
ModParser = CraftingGuideCommon.deprecated.parsing.ModParser
|
||||
ModVersion = CraftingGuideCommon.deprecated.game.ModVersion
|
||||
ModVersionParser = CraftingGuideCommon.deprecated.parsing.ModVersionParser
|
||||
fs = require 'fs'
|
||||
|
||||
########################################################################################################################
|
||||
|
||||
@@ -32,7 +34,7 @@ describe 'data files for', ->
|
||||
return
|
||||
|
||||
it 'loads mod.cg without errors', ->
|
||||
modParser.errors.should.eql []
|
||||
(e.stack for e in modParser.errors).should.eql []
|
||||
mod.name.should.not.equal ''
|
||||
mod.activeModVersion.should.exist
|
||||
|
||||
|
||||
@@ -21,4 +21,4 @@ global.w = require 'when'
|
||||
global.window = {}
|
||||
|
||||
Logger = require('crafting-guide-common').util.Logger
|
||||
global.logger = new Logger level:Logger.FATAL
|
||||
global.logger = new Logger level:Logger.ERROR
|
||||
|
||||
Reference in New Issue
Block a user