mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-21 00:21:47 +03:00
9 lines
365 B
Markdown
9 lines
365 B
Markdown
Tests in this folder test external dependencies that were imported. To mock that we
|
|
need to have structure similar to typical Leo package: source files must be in the
|
|
directory next to `imports/`; but instead of `src/` we have `tests/` here.
|
|
|
|
Option `cwd` param in these tests must point to the `tests/`, so having it as `.`
|
|
should be enough.
|
|
|
|
Have fun testing!
|