Use * to Import Everything from a File: challenge bug

Tell us what’s happening:
Answer given “works”, but should not as it does not include the “./” to distinguish the capitalizeStrings from a file provided in node_modules.

Your code so far
This is the code from the answer:

"use strict";
import * as str 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/68.0.3440.106 Safari/537.36.

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

Thank you for helping make FCC better. Bugs should always be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.