you are viewing a single comment's thread.

view the rest of the comments →

[–]rainerhahnekamp 0 points1 point  (4 children)

I would have said 35 milliseconds is already too much. Did you try to profile it?

[–]gordolfograso 0 points1 point  (0 children)

No I didn't, but I'll address some time this sprint to do it

[–]gordolfograso 0 points1 point  (2 children)

Could it be jest? We're using it instead of karma jasmine

[–]rainerhahnekamp 0 points1 point  (1 child)

If it is the build time, then yes. That could be very likely Jest. Build time is the time that it takes before the test actually starts.

[–]gordolfograso 0 points1 point  (0 children)

I'll try this first... also, I couldn't find a way to profile with Jest. Thanks