rearrange folder structure

This commit is contained in:
Vishwas Shashidhar 2019-08-23 11:58:30 +05:30
parent 70273f9308
commit 1695cbc78b
4 changed files with 5 additions and 4 deletions

View File

@ -27,7 +27,7 @@ In order to achieve those goals Symphony is participating and working in close c
## Development Setup & Running ## Development Setup & Running
Read [Dev Setup](./DEV_SETUP.md) Read [Dev Setup](docs/development/DEV_SETUP.md)
## License ## License
The code in this repository is distributed under the Apache License, Version 2.0. The code in this repository is distributed under the Apache License, Version 2.0.

View File

@ -80,8 +80,8 @@
## Tests and Code Coverage ## Tests and Code Coverage
- [Jest framework](http://facebook.github.io/jest/) is used to run tests - [Jest framework](http://facebook.github.io/jest/) is used to run tests
- Use `npm test` to run unit tests - Use `npm test` to run unit tests
- Code coverage reports are placed in [coverage](./out/coverage) directory - Code coverage reports are placed in [coverage](../../out/coverage) directory
- To check the test run report, see the [dist](./out) directory - To check the test run report, see the [dist](../../out) directory
- See the [tests](./tests) directory to find all the unit tests - See the [tests](./tests) directory to find all the unit tests
## Logging ## Logging

View File

@ -81,7 +81,8 @@
"StartupWMClass": "Symphony" "StartupWMClass": "Symphony"
}, },
"target": [ "target": [
"deb", "rpm" "deb",
"rpm"
], ],
"icon": "build/icons/png" "icon": "build/icons/png"
} }