Updated the test script comments

This commit is contained in:
Kræn Hansen 2017-08-14 10:59:48 +02:00
parent 229c6ba512
commit c176b9c736
1 changed files with 2 additions and 1 deletions

View File

@ -408,8 +408,9 @@ case "$TARGET" in
;;
"test-runners")
npm run check-environment
# Create a fake realm module that points to the source root so that test-runner tests can require('realm')
# Build the realm module and have the test-runners use realm by relative paths.
npm install --build-from-source
# Run the test-runners
npm run test-runners
;;
"object-store")