File: node_test.sh

package info (click to toggle)
node-immutable 3.8.2%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,984 kB
  • sloc: makefile: 6; sh: 6
file content (13 lines) | stat: -rwxr-xr-x 193 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

# bail out if anything fails
set -e

# Run all tests using jest
if [[ $TRAVIS ]]
then jest -i # Travis tests are run inline
else jest
fi

# Ensure documentation is not broken
gulp