mirror of
https://github.com/RoboSats/robosats.git
synced 2024-11-10 05:25:54 +03:00
37d5111779
* Create pn helper function inside utils folder The function pn() is being defined a few times in different components. This commit is the first of two commits to solve this issue. This commit only creates the function inside the utils folder. Jest is also being introduced for unit tests. * Use pn from utils folder This commit removes the multiple definitions of pn found across the project and imports the helper function whenever needed. |
||
---|---|---|
.. | ||
src | ||
static | ||
templates/frontend | ||
__init__.py | ||
admin.py | ||
apps.py | ||
babel.config.json | ||
Dockerfile | ||
models.py | ||
package-lock.json | ||
package.json | ||
tests.py | ||
urls.py | ||
views.py | ||
webpack.config.js |