danhedron/cinequeue

Tests fail because i18n is not initalized

Closed this issue · 1 comments

A number of tests fail because the i18n function is called in the code that is being tested, but without the i18n module being initialized with appropriate settings (as it is in server.js. We should initialize the i18n module before running tests.

I assume this is fixed now.