Merge pull request #777 from realm/kd/fix-typo-in-test-sh

Fix typo in test.sh
This commit is contained in:
Emanuele Zattin 2017-01-04 12:26:03 +01:00 committed by GitHub
commit fae6fce096
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ case "$TARGET" in
;;
"test-runners")
# Create a fake realm module that points to the source root so that test-runner tests can require('realm')
rm -rf "$SRCROOT/tests/test-runners/node-modules/realm"
rm -rf "$SRCROOT/tests/test-runners/node_modules/realm"
mkdir -p "$SRCROOT/tests/test-runners/node_modules"
ln -s "../../.." "$SRCROOT/tests/test-runners/node_modules/realm"