mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-12 13:11:01 +00:00
Basic QR tests (+ number encoding fix) (#168)
* Basic QR tests (+ number encoding fix) * skipEncoding for Address display * Fixup comments
This commit is contained in:
+2
-1
@@ -19,7 +19,8 @@
|
||||
"clean": "polkadot-dev-clean-build",
|
||||
"demo:identicon": "webpack-serve --config packages/ui-identicon/webpack.config.js --content packages/ui-identicon --port 3000",
|
||||
"postinstall": "polkadot-dev-yarn-only",
|
||||
"test": "jest --coverage"
|
||||
"test": "jest --coverage",
|
||||
"test:one": "jest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.5.5",
|
||||
|
||||
Reference in New Issue
Block a user