e2f75463d7
Don't reconfigure runtime before every test. For consistency, mark tests that require the runtime with directives instead of relying on test file names.
10 lines
82 B
Plaintext
Vendored
10 lines
82 B
Plaintext
Vendored
// "Import" "true"
|
|
// JS
|
|
package some
|
|
|
|
import jquery.jq
|
|
|
|
fun testFun() {
|
|
jq()
|
|
}
|