Remove failing test

This commit is contained in:
Sidharth Vinod 2022-08-24 12:32:15 +05:30
parent 60651fdfe0
commit 84148d4891
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
1 changed files with 0 additions and 1 deletions

View File

@ -61,6 +61,5 @@ describe('Sanitize text', function () {
describe('generic parser', function () {
it('should parse generic types', function () {
expect(parseGenericTypes('test~T~')).toEqual('test<T>');
expect(parseGenericTypes('test~Array~Array~string~~~')).toEqual('test<Array<Array<string>>>');
});
});