tests: Create a `src/tests/` symlink that points to `tests/`

This makes it possible for plugin backend tests to do
`require('ep_etherpad-lite/tests/backend/common')` to access the API
key (among other things).

Eventually we probably should reverse these (move `tests/` to
`src/tests/` and make `tests/` a symlink to `src/tests/`) and move
`bin/` to `src/bin/` so that we can avoid the top-level `package.json`
mess.
This commit is contained in:
Richard Hansen 2021-01-28 00:41:23 -05:00 committed by John McLear
parent 53092fa7af
commit 7f392e12e9
1 changed files with 1 additions and 0 deletions

1
src/tests Symbolic link
View File

@ -0,0 +1 @@
../tests