Tests: include github ref in concurrency group
[jquery.git] / dist-module / jquery.node-module-wrapper.slim.js
blob2508b6a4703e545b7b40b7141d18d01bccb88f85
1 // Node.js is able to import from a CommonJS module in an ESM one.
2 import jQuery from "../dist/jquery.slim.js";
4 export { jQuery, jQuery as $ };
5 export default jQuery;