mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
Remove unneeded content variable
This commit is contained in:
parent
c8d957255b
commit
b402df329d
1 changed files with 0 additions and 1 deletions
|
|
@ -3,7 +3,6 @@ expect = require 'expect.js'
|
||||||
sinon = require 'sinon'
|
sinon = require 'sinon'
|
||||||
moment = require 'moment'
|
moment = require 'moment'
|
||||||
shared = require '../../common/script/index.coffee'
|
shared = require '../../common/script/index.coffee'
|
||||||
Content = require '../../common/script/content.coffee'
|
|
||||||
shared.i18n.translations = require('../../website/src/i18n.js').translations
|
shared.i18n.translations = require('../../website/src/i18n.js').translations
|
||||||
test_helper = require './test_helper'
|
test_helper = require './test_helper'
|
||||||
test_helper.addCustomMatchers()
|
test_helper.addCustomMatchers()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue