Remove unneeded coffeescript requires in tests.

This commit is contained in:
Blade Barringer
2015-11-11 09:11:20 -06:00
parent 25ae2e4252
commit 3a13a5ee2c
15 changed files with 17 additions and 27 deletions

View File

@@ -2,7 +2,6 @@ require('./globals.helper');
import {each} from 'lodash';
import i18n from '../../common/script/src/i18n';
require('coffee-script');
i18n.translations = require('../../website/src/libs/i18n.js').translations;
export const STRING_ERROR_MSG = 'Error processing the string. Please see Help > Report a Bug.';