update test runner to support async tests

This commit is contained in:
Bruno Windels 2019-03-29 23:51:25 +01:00
parent 3f2f656db7
commit 1605170f9e
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -95,9 +95,9 @@
}
},
"impunity": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/impunity/-/impunity-0.0.5.tgz",
"integrity": "sha512-ro+enrZPFTyY2U1sV9NytsyejE2tS5theAArM95iPYYQHUvO9YN0VjgfXP0KJfxwh4Xb6vBTRBmHIgx9GUx2Xg==",
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/impunity/-/impunity-0.0.7.tgz",
"integrity": "sha512-+DhzXSWrzqI1KNroKt3y1LkLTn/aoJpt4DzxWN+hair+Jfb+iJAbTEsSFkYUG7kASP9TF9GvI0hIBUul6PjpKg==",
"dev": true,
"requires": {
"colors": "^1.3.3",

View file

@ -22,7 +22,7 @@
"homepage": "https://github.com/bwindels/morpheusjs#readme",
"devDependencies": {
"finalhandler": "^1.1.1",
"impunity": "^0.0.5",
"impunity": "^0.0.7",
"serve-static": "^1.13.2"
}
}