feat(localization): add localization for static strings

This commit is contained in:
David Litvak
2017-11-01 15:37:15 +01:00
committed by Benedikt Rötsch
parent eaec09a594
commit 68a8052bdf
24 changed files with 333 additions and 99 deletions

View File

@@ -7,7 +7,7 @@ describe('courses', () => {
return request(app).get('/courses')
.expect(200)
.then((response) => {
expect(response.text.match(/<h1>All Courses /)).toBeTruthy()
expect(response.text.match(/<h1>All courses /)).toBeTruthy()
})
})
test('it should render a course', () => {