Unbreak tests

This commit is contained in:
Isiah Meadows 2020-10-14 03:28:45 -07:00
parent 045e4f720a
commit bd66955f1e
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -2252,9 +2252,9 @@
"dev": true
},
"ospec": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/ospec/-/ospec-4.1.1.tgz",
"integrity": "sha512-fgWIk1eLDidfB+ixTo3PL3HuuO6iX2LhgWxdnWwqRu2rJdpTowgeAP0RHgt3DSUVyszs964fMuq1tB7Ov2C38A==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/ospec/-/ospec-4.0.0.tgz",
"integrity": "sha512-MpDtkpscOxHYb4w71v7GB4LBsRuzxZnM+HdwjhzJQzu+5EJvA80yxTaKw+wp5Dmf5RV2/Bg3Uvz2vlI/PhW9Ow==",
"requires": {
"glob": "^7.1.3"
}

View file

@ -63,6 +63,6 @@
]
},
"dependencies": {
"ospec": "*"
"ospec": "4.0.0"
}
}