if [ -n "$AUTOPKGTEST_TMP" ]
then
    debian/tests/pkg-js/debianise-tests.sh autopkgtest
else
    debian/tests/pkg-js/debianise-tests.sh build
fi

# We skip one failing test
NODE_ENV=debiantest mocha -i -g 'should error when re-assigning event methods' localtest
