1export {}; 2 3test("we import the main program under nodejs", async () => { 4 // This should work. Ensures we're using nodejs code only. 5 await import("@cocalc/project/project"); 6}); 7 8