Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Add test coverage for existing custom importer return semantics #1319

Merged
merged 1 commit into from
Dec 27, 2015

Commits on Dec 27, 2015

  1. 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.
    xzyfer committed Dec 27, 2015
    Configuration menu
    Copy the full SHA
    7a060a7 View commit details
    Browse the repository at this point in the history