Closed skymandr closed 2 years ago
There is an empty test in PlateEditor.test.jsx with the description xit('should render an <AnimatedProgressBar />' (note the x in xit) which causes the test-runner to skip it and saying so in the report.
PlateEditor.test.jsx
xit('should render an <AnimatedProgressBar />'
x
xit
Remove it, there's no AnimatedProgressBar as far as I can see.
AnimatedProgressBar
📋 Info
There is an empty test in
PlateEditor.test.jsx
with the descriptionxit('should render an <AnimatedProgressBar />'
(note thex
inxit
) which causes the test-runner to skip it and saying so in the report.🏁 DoD