Update qunit dependency for tests

Update qunit call

Update qunit dependency for tests

Merge-request: KT-MR-6169
Merged-by: Ilya Goncharov <Ilya.Goncharov@jetbrains.com>
This commit is contained in:
Ilya Goncharov
2022-04-27 10:32:28 +00:00
committed by Space
parent ccc2aae841
commit f95d1d89f1
4 changed files with 5495 additions and 1019 deletions
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -3,14 +3,14 @@
"test-jasmine": "jasmine build/jsSources/jasmine-reporter.js build/compileSync/test/testDevelopmentExecutable/kotlin/kotlin-kotlin-test-js-ir-it-test.js",
"test-jest": "jest",
"test-mocha": "mocha --reporter build/jsSources/mocha-reporter.js build/compileSync/test/testDevelopmentExecutable/kotlin/kotlin-kotlin-test-js-ir-it-test.js",
"test-qunit": "qunit -c build/jsSources/qunit-reporter.js -t build/compileSync/test/testDevelopmentExecutable/kotlin/kotlin-kotlin-test-js-ir-it-test.js",
"test-qunit": "qunit --require ./build/jsSources/qunit-reporter.js build/compileSync/test/testDevelopmentExecutable/kotlin/kotlin-kotlin-test-js-ir-it-test.js",
"test-tape": "tape build/jsSources/tape-reporter.js build/jsSources/tape-plugin.js build/compileSync/test/testDevelopmentExecutable/kotlin/kotlin-kotlin-test-js-ir-it-test.js"
},
"devDependencies": {
"jasmine": "^3.10.0",
"jest": "^27.4.3",
"mocha": "^9.2.1",
"qunit": "^1.0.0",
"qunit": "^2.18.2",
"tape": "~4.10.0"
},
"jest": {
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -3,14 +3,14 @@
"test-jasmine": "jasmine js/jasmine-reporter.js build/classes/kotlin/test/kotlin-test-js-it_test.js",
"test-jest": "jest",
"test-mocha": "mocha --reporter js/mocha-reporter.js build/classes/kotlin/test/kotlin-test-js-it_test.js",
"test-qunit": "qunit -c js/qunit-reporter.js -t build/classes/kotlin/test/kotlin-test-js-it_test.js",
"test-qunit": "qunit --require ./js/qunit-reporter.js build/classes/kotlin/test/kotlin-test-js-it_test.js",
"test-tape": "tape js/tape-reporter.js js/tape-plugin.js build/classes/kotlin/test/kotlin-test-js-it_test.js"
},
"devDependencies": {
"jasmine": "^3.10.0",
"jest": "^27.4.3",
"mocha": "^9.2.1",
"qunit": "^1.0.0",
"qunit": "^2.18.2",
"tape": "~4.10.0"
},
"jest": {