nuxt / test-utils

🧪 Test utilities for Nuxt
http://nuxt.com/docs/getting-started/testing
MIT License
287 stars 75 forks source link

perf: don't manipulate empty entries #753

Closed GalacticHypernova closed 2 months ago

GalacticHypernova commented 4 months ago

This PR prevents manipulation of empty entries (arrays, strings, etc) which have no point except increasing execution time.

GalacticHypernova commented 2 months ago

Oops, I totally forgot about this 😅 There were a couple more things I wanted to add to this, am I able to make another PR for this?

danielroe commented 2 months ago

Of course.