blob: d4e196994a21245a8702025292ba80792bdc6723 [file] [log] [blame]
{
"scripts": {
"test-jasmine": "jasmine build/jsSources/jasmine-reporter.js build/compileSync/js/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/js/test/testDevelopmentExecutable/kotlin/kotlin-kotlin-test-js-ir-it-test.js",
"test-qunit": "qunit --require ./build/jsSources/qunit-reporter.js build/compileSync/js/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/js/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": "^2.18.2",
"tape": "~4.10.0"
},
"jest": {
"testResultsProcessor": "<rootDir>/build/jsSources/jest-reporter.js",
"testRegex": "-test\\.js$"
}
}