mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Update Jasmine to v3. Fixes #3182
This commit is contained in:
committed by
Dave Page
parent
d3c303e455
commit
e7316e2181
@@ -13,7 +13,8 @@ import translations from 'translations';
|
||||
describe('translate', function () {
|
||||
describe('when there is no translation', function () {
|
||||
it('returns the original string', function () {
|
||||
expect(gettext('something to be translated')).toEqual('something to be translated');
|
||||
expect(gettext('something else to be translated')).toEqual('something' +
|
||||
' else to be translated');
|
||||
});
|
||||
|
||||
describe('when there are substitutions', function () {
|
||||
|
||||
Reference in New Issue
Block a user