BUG: Use * to Import Everything from a File

Tell us what’s happening:

Test only passes when using double quotes. This one will not pass:

Your code so far


'use strict';

import * as capStr from 'capitalize_strings';

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/es6/use--to-import-everything-from-a-file

Apparently ths is a bug to report as issue.

Ok, I never reported any issue on github before. Are there any sort of guidelines?