#!/bin/sh
# opt out of autodep8’s Node “require” test since require('mithril') without a DOM is unsupported upstream

# Mithril requires a browser / DOM environment.
# There is no meaningful Node-only test.
exit 0
