You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: figure out whats going on with this. with each ts update this seems to happen more frequently
exactly('barbarbarfoo',padStart('foo',12,'bar'))})test('default pad',()=>{// the generic gets inferred incorrectly unless you define the variable first// TODO: figure out whats going on with this. with each ts update this seems to happen more frequentlyconstresult=padStart('foo',5)exactly(' foo',result)})test('string not known at compiletime',()=>{exactly<string>()(padStart('foo'asstring,6,'ab'))
The text was updated successfully, but these errors were encountered:
ts-helpers/test/utilityFunctions/String.spec.ts
Line 96 in d1190b5
The text was updated successfully, but these errors were encountered: