When testing using jasmine, I am getting this error.
TypeError: moment.tz is not a function
My code that I try to test is
l
Below code for me...
import moment from 'moment'; import 'moment-timezone';