1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

split up script for unit and end-to-end tests so unit tests are not run as part of e2e tests

This commit is contained in:
Bruno Windels
2019-01-09 14:21:45 +01:00
parent ba5e3f86cb
commit 5ce08523f8
4 changed files with 36 additions and 21 deletions

View File

@ -0,0 +1,10 @@
#!/bin/bash
#
# script which is run by the travis build (after `npm run test`).
#
# clones riot-web develop and runs the tests against our version of react-sdk.
set -ev
scripts/travis/build.sh
npm run test