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
> mocha
unbracket
unbracketWithParenthesis
✓ should unwrap items insides parenthesis
✓ should unwrap items and not care about nested parenthesis
unbracketWithBrackets
✓ should unwrap items insides brackets
unbracketWithCurlyBraces
✓ should unwrap items insides curly braces
unbracketWithRafters
✓ should unwrap items insides rafters
5 passing (10ms)
I'm getting the following when I use it on my code.
TypeError: unbracket.withParenthesis is not a function
at Object.<anonymous> (/Users/dean/unbracket/main.js:3:28)
at Module._compile (module.js:662:30)
at Object.Module._extensions..js (module.js:673:10)
at Module.load (module.js:575:32)
at tryModuleLoad (module.js:515:12)
at Function.Module._load (module.js:507:3)
at Function.Module.runMain (module.js:703:10)
at startup (bootstrap_node.js:193:16)```
The text was updated successfully, but these errors were encountered:
DeanKamali
changed the title
unable to run unbracket on run kit.
unable to run unbracket on runkit.
Sep 24, 2019
DeanKamali
changed the title
unable to run unbracket on runkit.
unable to run unbracket on Runkit.
Sep 24, 2019
DeanKamali
changed the title
unable to run unbracket on Runkit.
unable to run on Runkit.
Sep 24, 2019
I'm unable to test via runkit.
Even tho tests pass
I'm getting the following when I use it on my code.
The text was updated successfully, but these errors were encountered: