Skip to content

Commit

Permalink
chore: update 'dapp-svelte-wallet' package to use AVA (tests fail)
Browse files Browse the repository at this point in the history
  • Loading branch information
warner committed Aug 23, 2020
1 parent 6740c27 commit fd5e187
Show file tree
Hide file tree
Showing 3 changed files with 932 additions and 958 deletions.
19 changes: 13 additions & 6 deletions packages/dapp-svelte-wallet/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Wallet web server handler",
"scripts": {
"build": "exit 0",
"test": "tape -r esm 'test/**/*.js'",
"test": "ava",
"lint": "yarn lint:types && eslint '**/*.js'",
"lint-fix": "yarn lint --fix",
"lint-check": "yarn lint",
Expand All @@ -14,16 +14,14 @@
"lint-check-jessie": "eslint -c '.eslintrc-jessie.js' '**/*.{js,jsx}'"
},
"devDependencies": {
"ava": "3.11.1",
"eslint": "^6.1.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-jessie": "0.0.3",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^1.18.2",
"tap-spec": "^5.0.0",
"tape": "^4.11.0",
"tape-promise": "^4.0.0"
"prettier": "^1.18.2"
},
"dependencies": {
"@agoric/eventual-send": "^0.9.3",
Expand Down Expand Up @@ -78,5 +76,14 @@
"bugs": {
"url": "https://github.com/Agoric/agoric/issues"
},
"homepage": "https://github.com/Agoric/agoric#readme"
"homepage": "https://github.com/Agoric/agoric#readme",
"ava": {
"files": [
"test/**/test-*.js"
],
"require": [
"esm"
],
"timeout": "2m"
}
}
Loading

0 comments on commit fd5e187

Please sign in to comment.