mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix script options which were inadvertently broken in the query tool tab naming patch.
This commit is contained in:
committed by
Dave Page
parent
d70c3003d3
commit
2a87585665
@@ -23,5 +23,10 @@ function (SqlEditorUtils) {
|
||||
});
|
||||
});
|
||||
|
||||
describe('Capitalize the first letter of given string', function () {
|
||||
it('returns string with First letter Capital', function () {
|
||||
expect(SqlEditorUtils.capitalizeFirstLetter('create script')).toEqual('Create script');
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user