Fix typo in test.sh

This commit is contained in:
Kristian Dupont 2017-01-04 11:55:54 +01:00
parent 6bbdb34da0
commit afa5a57024
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"