embark/test_dapps/packages/test_app
Michael Bradley, Jr 2bf1b15ac3 build: cleanup .yarnrc
Yarn merges `.yarnrc` from the current working directory with `.yarnrc` files
higher in the directory tree, so that file isn't needed in each package.

Unfortunately, npm doesn't do the same for `.npmrc` files, so a similar cleanup
isn't possible.

Add version info to `test_app/extensions/embark-service/package.json` to that
`yarn install` can work correctly if manually invoked in `test_app`.
2019-02-05 14:15:39 -06:00
..
another_folder build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
app fix(@embark/test_app): Fix tests as paths have chagned 2019-02-04 22:52:08 -06:00
config build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
contracts build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
extensions/embark-service build: cleanup .yarnrc 2019-02-05 14:15:39 -06:00
some_folder build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
test fix(@embark/test_app): Fix tests as paths have chagned 2019-02-04 22:52:08 -06:00
.npmrc build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
README.md build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
embark.json build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
embark.old_config.json build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
package-lock.json build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
package.json build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
test.file build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00

README.md

Test App for integration testing purposes

In the top-level of the monorepo

yarn globalize to make development embark available on the global PATH.

In this directory

embark run to check if everything is behaving as expected.

embark test to see tests are working as expected.