mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 01:11:13 -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
|
## 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.
|
||||||
|
@ -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
|
@ -81,7 +81,8 @@
|
|||||||
"StartupWMClass": "Symphony"
|
"StartupWMClass": "Symphony"
|
||||||
},
|
},
|
||||||
"target": [
|
"target": [
|
||||||
"deb", "rpm"
|
"deb",
|
||||||
|
"rpm"
|
||||||
],
|
],
|
||||||
"icon": "build/icons/png"
|
"icon": "build/icons/png"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user