mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-26 08:51:22 -06:00
rearrange folder structure
This commit is contained in:
parent
70273f9308
commit
1695cbc78b
@ -27,7 +27,7 @@ In order to achieve those goals Symphony is participating and working in close c
|
||||
|
||||
## Development Setup & Running
|
||||
|
||||
Read [Dev Setup](./DEV_SETUP.md)
|
||||
Read [Dev Setup](docs/development/DEV_SETUP.md)
|
||||
|
||||
## License
|
||||
The code in this repository is distributed under the Apache License, Version 2.0.
|
||||
|
@ -80,8 +80,8 @@
|
||||
## Tests and Code Coverage
|
||||
- [Jest framework](http://facebook.github.io/jest/) is used to run tests
|
||||
- Use `npm test` to run unit tests
|
||||
- Code coverage reports are placed in [coverage](./out/coverage) directory
|
||||
- To check the test run report, see the [dist](./out) directory
|
||||
- Code coverage reports are placed in [coverage](../../out/coverage) directory
|
||||
- To check the test run report, see the [dist](../../out) directory
|
||||
- See the [tests](./tests) directory to find all the unit tests
|
||||
|
||||
## Logging
|
@ -81,7 +81,8 @@
|
||||
"StartupWMClass": "Symphony"
|
||||
},
|
||||
"target": [
|
||||
"deb", "rpm"
|
||||
"deb",
|
||||
"rpm"
|
||||
],
|
||||
"icon": "build/icons/png"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user