# Upstream's suite is a plain `node test` that requires every test/*.js file,
# each of which uses tape.  Both `node test` and tape work here, so the real
# tests are run rather than a smoke test.
#
# Two parts of upstream's `npm test` (namely `standard && tsd-check`) are not
# run.  `standard` is a linter, which Debian does not require.  `tsd-check` is
# not packaged in Debian, and it cannot be substituted: index.test-d.ts imports
# the module `tsd-check` itself to get its expectType/expectError helpers, so
# there is nothing left to type-check without it.  The type declarations are
# therefore not covered by this test; they are exercised only indirectly, by
# the fact that index.js and index.d.ts ship together unmodified from upstream.
node test/index.js
