mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
update test runner to support async tests
This commit is contained in:
parent
3f2f656db7
commit
1605170f9e
6
package-lock.json
generated
6
package-lock.json
generated
@ -95,9 +95,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"impunity": {
|
"impunity": {
|
||||||
"version": "0.0.5",
|
"version": "0.0.7",
|
||||||
"resolved": "https://registry.npmjs.org/impunity/-/impunity-0.0.5.tgz",
|
"resolved": "https://registry.npmjs.org/impunity/-/impunity-0.0.7.tgz",
|
||||||
"integrity": "sha512-ro+enrZPFTyY2U1sV9NytsyejE2tS5theAArM95iPYYQHUvO9YN0VjgfXP0KJfxwh4Xb6vBTRBmHIgx9GUx2Xg==",
|
"integrity": "sha512-+DhzXSWrzqI1KNroKt3y1LkLTn/aoJpt4DzxWN+hair+Jfb+iJAbTEsSFkYUG7kASP9TF9GvI0hIBUul6PjpKg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"colors": "^1.3.3",
|
"colors": "^1.3.3",
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
"homepage": "https://github.com/bwindels/morpheusjs#readme",
|
"homepage": "https://github.com/bwindels/morpheusjs#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"finalhandler": "^1.1.1",
|
"finalhandler": "^1.1.1",
|
||||||
"impunity": "^0.0.5",
|
"impunity": "^0.0.7",
|
||||||
"serve-static": "^1.13.2"
|
"serve-static": "^1.13.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user