No function found on command line or in :exec-fn during test execution

I’m running all my Clojure exercises locally, and everything has worked fine until now.

However, for the exercise "Elyses Destructured Enchantments, " I cannot run the tests.

The command clj -X:test that I was using until now returns No function found on command line or in :exec-fn

I looked for this problem on GitHub and StackOverflow but found no solution.

Environment:
Windows 11
Powershell 5.1.22621.2506
clojure CLI 1.11.1.1347

@porkostomus any idea?