Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/project/main.test.ts
1447 views
1
export {};
2
3
test("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