[JS TESTS] Rename JS_TESTS module to main

This commit is contained in:
Ivan Kylchik
2021-09-05 16:00:35 +03:00
parent 32e6d3908d
commit 3e1563d46e
21 changed files with 25 additions and 25 deletions
@@ -30,6 +30,6 @@ fun testOk(ok: Any): String {
// FILE: entry.mjs
// ENTRY_ES_MODULE
import { convolutedOk, testOk } from "./JS_TESTS/index.js";
import { convolutedOk, testOk } from "./main/index.js";
console.assert(testOk(convolutedOk()) == "OK");