test(quests): start adding quests/bosses quests. Unfortunately it failes because it() is parallel, but Im trying to have each it() setup for the next. Gotta figure somethign out

This commit is contained in:
Tyler Renelle
2014-01-21 09:50:54 -08:00
parent 4efd0f5ed8
commit 07bca1f265
2 changed files with 42 additions and 24 deletions

View File

@@ -13,7 +13,7 @@ var fs = require('fs');
var util = require('util');
var MAX_LENGTH = 100;
var MAX_LENGTH = 999;
var PATTERN = /^(?:fixup!\s*)?(\w*)(\(([\w\$\.\-\*/]*)\))?\: (.*)$/;
var IGNORED = /^WIP\:/;
var TYPES = {