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
(expected to throw an error)
covers the following code in `lib/normalized-options.js`:
if (typeof name !== 'string') {
throw new TypeError("Please write your library's name");
}
0 commit comments