JS: lock tape version to avoid kotlin.test + tape integration test failure

This commit is contained in:
Anton Bannykh
2019-07-01 20:58:35 +03:00
parent 60ac2056bd
commit f8035096ea
+1 -1
View File
@@ -11,7 +11,7 @@
"jest": "^20.0.4",
"mocha": "^3.4.2",
"qunit": "^1.0.0",
"tape": "^4.6.3"
"tape": "~4.10.0"
},
"jest": {
"testResultsProcessor": "<rootDir>/js/jest-reporter.js",