embark/packages/embark-test-runner
Pascal Precht e3ecf68fbc refactor: move embarkPath, ipcPath and dappPath into embark-core
This enables removing unnecessary `core/fs` dependencies which can be
replaced with `fs-extra`.

This commit also fixes a bug introduced in f868d1216d
where methods from `embark.fs` weren't available.

The reason for that is because we have several *Process instances
that are created through child process communication, specifically
process.send() APIs. Using those APIs, we can only send data structures
however, methods attached on any of those will get lost.

This is the case when sending embark.fs through process.send().

We still need fs in those places though, mostly because they are relying
on embarkPath and dappPath().

These places are now importing those functions from `embark-core`. Other
API such as writeFile or mkdirp() can be accessed through fs-extra
or fs modules.
2019-05-15 12:20:22 +02:00
..
src refactor: move embarkPath, ipcPath and dappPath into embark-core 2019-05-15 12:20:22 +02:00
.npmrc refactor(@embark/test-runner): move test module into test-runner package 2019-05-02 12:07:19 +02:00
README.md refactor(@embark/test-runner): move test module into test-runner package 2019-05-02 12:07:19 +02:00
package.json refactor: move embarkPath, ipcPath and dappPath into embark-core 2019-05-15 12:20:22 +02:00
tsconfig.json refactor(@embark/test-runner): move test module into test-runner package 2019-05-02 12:07:19 +02:00
tslint.json refactor(@embark/test-runner): move test module into test-runner package 2019-05-02 12:07:19 +02:00

README.md

embark-test-runner

Embark Testrunner

Visit embark.status.im to get started with Embark.