Added sinon and corrected path

This commit is contained in:
Blade Barringer 2015-02-03 21:30:43 -06:00
parent 0f62845fb2
commit 9b8f006064
2 changed files with 2 additions and 1 deletions

View file

@ -98,6 +98,7 @@
"phantomjssmith": "~0.5.4",
"protractor": "~0.14.0",
"rimraf": "^2.2.8",
"sinon": "^1.12.2",
"superagent": "~0.15.7",
"superagent-defaults": "~0.1.5",
"vinyl-source-stream": "^1.0.0",

View file

@ -6,7 +6,7 @@ expect = require 'expect.js'
sinon = require 'sinon'
moment = require 'moment'
shared = require '../../common/script/index.coffee'
shared.i18n.translations = require('habitrpg/src/i18n.js').translations
shared.i18n.translations = require('../../website/src/i18n.js').translations
test_helper = require './test_helper'
test_helper.addCustomMatchers()
$w = (s)->s.split(' ')