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

unable to run on Runkit. #1

Open
DeanKamali opened this issue Sep 24, 2019 · 0 comments
Open

unable to run on Runkit. #1

DeanKamali opened this issue Sep 24, 2019 · 0 comments

Comments

@DeanKamali
Copy link

I'm unable to test via runkit.

Screen Shot 2019-09-23 at 9 27 12 PM

Even tho tests pass

> 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)```
@DeanKamali DeanKamali changed the title unable to run unbracket on run kit. unable to run unbracket on runkit. Sep 24, 2019
@DeanKamali DeanKamali changed the title unable to run unbracket on runkit. unable to run unbracket on Runkit. Sep 24, 2019
@DeanKamali DeanKamali changed the title unable to run unbracket on Runkit. unable to run on Runkit. Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant