mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
Added sinon and corrected path
This commit is contained in:
parent
0f62845fb2
commit
9b8f006064
2 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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(' ')
|
||||
|
|
|
|||
Loading…
Reference in a new issue