#!/bin/sh

set -e

script_path="$(dirname "$0")"
SNAPCRAFT_AUTOPKGTEST_SUITES=tests.integration.plugins_nodejs $script_path/integrationtests
