We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88eab4a commit d9a8525Copy full SHA for d9a8525
test/jest-unit/app.test.ts
@@ -74,7 +74,7 @@ describe('the App module', () => {
74
});
75
76
it('configures the router title', () => {
77
- expect(sut.router.title).toEqual('Transaltion Title');
+ expect(sut.router.title).toEqual('Translation Title');
78
79
80
it('should have a welcome route', () => {
0 commit comments