| 1 | import test from "ava"; |
| 2 | import EleventyCompatibility from "../src/Util/Compatibility.js"; |
| 3 | |
| 4 | test(".canary- to .alpha- normalization (because pre-releases are alphabetic comparisons 😭)", (t) => { |
nothing calls this directly
no test coverage detected