Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

figure out whats going on with this. with each ts update this seems to happen mo... #190

Open
github-actions bot opened this issue Jul 24, 2022 · 0 comments

Comments

@github-actions
Copy link

// 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 frequently
        const result = padStart('foo', 5)
        exactly('  foo', result)
    })
    test('string not known at compiletime', () => {
        exactly<string>()(padStart('foo' as string, 6, 'ab'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant