mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
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:
parent
53092fa7af
commit
7f392e12e9
1 changed files with 1 additions and 0 deletions
1
src/tests
Symbolic link
1
src/tests
Symbolic link
|
@ -0,0 +1 @@
|
|||
../tests
|
Loading…
Reference in a new issue