Fix Jenkins builds by rewriting the symlink
This commit is contained in:
parent
3afb9ff017
commit
952b3f719b
|
@ -341,6 +341,10 @@ case "$TARGET" in
|
|||
popd
|
||||
;;
|
||||
"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"
|
||||
ln -s "$SRCROOT" "$SRCROOT/tests/test-runners/node-modules/realm"
|
||||
|
||||
npm install --build-from-source
|
||||
|
||||
for runner in ava mocha jest; do
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../../..
|
Loading…
Reference in New Issue