feat(localization): add localization for static strings
This commit is contained in:
committed by
Benedikt Rötsch
parent
eaec09a594
commit
68a8052bdf
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user