Fix typo in test.sh
This commit is contained in:
parent
6bbdb34da0
commit
afa5a57024
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue