mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 14:54:33 +00:00
Fix typo in test.sh
This commit is contained in:
parent
6bbdb34da0
commit
afa5a57024
@ -342,7 +342,7 @@ case "$TARGET" in
|
|||||||
;;
|
;;
|
||||||
"test-runners")
|
"test-runners")
|
||||||
# Create a fake realm module that points to the source root so that test-runner tests can require('realm')
|
# 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"
|
mkdir -p "$SRCROOT/tests/test-runners/node_modules"
|
||||||
ln -s "../../.." "$SRCROOT/tests/test-runners/node_modules/realm"
|
ln -s "../../.." "$SRCROOT/tests/test-runners/node_modules/realm"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user