Add test coverage for existing custom importer return semantics
Custom importers are expected to return `sass.NULL` to noop. However it appears we currently also allow `null`, `false`, and `undefined`. This patch adds test coverage over these caveats in case we unintentionally break BC.
Showing
Please
register
or
sign in
to comment