Fix failing unit tests on windows

This commit is contained in:
Kristian Tashkov
2016-01-27 23:03:33 +02:00
parent 32a2b3121e
commit 32be629878
2 changed files with 4 additions and 8 deletions

View File

@@ -31,13 +31,6 @@ describe('i18n', () => {
});
});
describe('localePath', () => {
it('is an absolute path to common/locales/', () => {
expect(localePath).to.match(/.*\/common\/locales\//);
expect(localePath);
});
});
describe('langCodes', () => {
it('is a list of all the language codes', () => {
expect(langCodes.sort()).to.eql(listOfLocales);