question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BETA] : Tests are not passing for the last 5 challenges in ES6.

See original GitHub issue

Challenge understand-the-differences-between-import-and-require has an issue. User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36.

Last 5 challenges including this of ES6 topic are not passing tests.


import { capitalizeString } from "string_functions";

capitalizeString("hello!");

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
augmtcommented, Apr 14, 2017

Similar to #12913.

From that same issue:

While export is valid es.next syntax, it is currently unsupported by all browsers. The reason for this is that while the syntax has entered the spec, the actual importing of those files has not been defined yet.

0reactions
systimoticcommented, Sep 4, 2017

Hi everybody! Thanks for reporting and looking into this issue.

We’re working on fixing the ES6 challenges in #12698. I’m closing this issue in favor of that.

Happy coding!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Contributing to FreeCodeCamp - Writing ES6 Challenge Tests
Join Ethan Arrowood (https://twitter.com/ArrowoodTech) as he contributes to the upcoming FreeCodeCamp beta curriculum.
Read more >
[beta] Problem with tests passing · Issue #13921 · freeCodeCamp ...
Issue Description I have a problems with tests passing in such exercises as: ES6: Use the Spread Operator to Evaluate Arrays In-Place ES6:...
Read more >
Freecodecamp beta review - The freeCodeCamp Forum
The tests in this one have exactly the same problems as the “responsive web design” curriculum, this doesn't pass the test, but this...
Read more >
Testing Angular when mixing $q and ES6 promises
I am having a problem where my code mixes ES6 Promises with Angular promises, and it works in production by I cannot write...
Read more >
codewars javascript challenges - Philadelphia Mixing Solutions
length you pass one more test. Deleting the collection cannot be undone. .DS_Store. Every collection you create is public and automatically sharable with...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found