Tell us what’s happening:
The test fails when importing with ‘single quotes’, but passes when using “double quotes”
Your code so far
"use strict";
import subtract from 'math_functions';
subtract(7,4);
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36.
Link to the challenge: