- ° ☾ ☆ ¸. ¸ ★ :. . • ○ ° ★
- sindresorhus@gmail.com
- https://twitter.com/sindresorhus
Pinned repositories
5,435 contributions in the last year
Contribution activity
January 2017
- sindresorhus/pupa JavaScript
- sindresorhus/replace-string JavaScript
Created an issue in avajs/eslint-plugin-ava
that received 3
comments
Rule proposal: `prefer-t-regex`
Users should prefer the regex assertion as it's more readable and gives better output.
Fail
t.true(/\d+/.test(foo()));
Pass
t.regex(foo(), /\d+/);
S…