Tell us what’s happening:
Tests are not passing even though my code is identical to the solution.
Your code so far
"use strict";
import { capitalizeString } from "string-functions";
capitalizeString("hello!");
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36
.
Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/es6/understand-the-differences-between-import-and-require/