[kotlin-test] Move kotlin-test integration tests project
This commit is contained in:
committed by
Space Team
parent
0d06efb488
commit
000db0bb44
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"scripts": {
|
||||
"test-jasmine": "jasmine js/jasmine-reporter.js build/compileSync/js/test/testDevelopmentExecutable/kotlin/kotlin-kotlin-test-js-it-test.js",
|
||||
"test-jest": "jest",
|
||||
"test-mocha": "mocha --reporter js/mocha-reporter.js build/compileSync/js/test/testDevelopmentExecutable/kotlin/kotlin-kotlin-test-js-it-test.js",
|
||||
"test-qunit": "qunit --require ./js/qunit-reporter.js build/compileSync/js/test/testDevelopmentExecutable/kotlin/kotlin-kotlin-test-js-it-test.js",
|
||||
"test-tape": "tape js/tape-reporter.js js/tape-plugin.js build/compileSync/js/test/testDevelopmentExecutable/kotlin/kotlin-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$"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user