Compare commits
No commits in common. "be1af69319f21f8f0198018b5b6509948f2e992d" and "7f6781b0b04e38dea204f483b6a83a9d2d1ea292" have entirely different histories.
be1af69319
...
7f6781b0b0
@ -1,12 +1,5 @@
|
||||
# Mbank mt940 converter
|
||||
|
||||
## Uruchamianie
|
||||
|
||||
```
|
||||
npm install
|
||||
npm start
|
||||
```
|
||||
|
||||
## Testowanie
|
||||
|
||||
Wygeneruj raz plik mt940 oraz csv za ten sam okres, i wykonaj:
|
||||
|
@ -12,7 +12,7 @@
|
||||
"coverage": "npm run clean-coverage && nyc mocha",
|
||||
"test-reports": "npm run clean-coverage && nyc --reporter clover mocha --reporter xunit --reporter-option output=.xunit",
|
||||
"coverage-html": "npm run test-reports && nyc report --reporter lcov && xdg-open coverage/lcov-report/index.html",
|
||||
"start": "http-server public -p 8080"
|
||||
"start": "http-server public -p 80"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
Loading…
Reference in New Issue
Block a user