KT-62004 Drop legacy JS build of kotlin-test

This commit is contained in:
Ilya Gorbunov
2023-09-16 06:24:51 +02:00
committed by Space Team
parent 291d52820c
commit eb813b7837
13 changed files with 44 additions and 8243 deletions
-20
View File
@@ -1,20 +0,0 @@
{
"scripts": {
"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 --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": "^29.5.0",
"mocha": "^9.2.1",
"qunit": "^2.18.2",
"tape": "~4.10.0"
},
"jest": {
"testResultsProcessor": "<rootDir>/js/jest-reporter.js",
"testRegex": "_test\\.js$"
}
}