grav-plugin-api icon indicating copy to clipboard operation
grav-plugin-api copied to clipboard

fix: updatePlugins test returning inconsistent result

Open Regaez opened this issue 4 years ago • 0 comments

The test to check whether updatePlugins removes null properties is buggy: sometimes it passes, sometimes it fails. We should investigate why this test is inconsistent. The functionality appears to work exactly as intended, so I think it is an issue with the test environment.

Perhaps it is to do with the config reload in the handler function?

Regaez avatar Mar 30 '20 22:03 Regaez