1
0
şunun yansıması https://github.com/coolaj86/ajquery.js.git eşitlendi 2024-11-16 17:29:02 +00:00
ajquery.js/tests/esm.mjs
2024-08-29 18:10:41 -06:00

13 satır
256 B
JavaScript

"use strict";
import AJQueryExplicit from "../ajquery.mjs";
if (!AJQueryExplicit.$) {
throw new Error("did not export $ correctly");
}
if (!AJQueryExplicit.$$) {
throw new Error("did not export $$ correctly");
}
console.log(`\x1b[34mPASS\x1b[33m`);