-
-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
I can't run orga with jest. This is a low priority problem. I am documenting a quick fix
.../node_modules/.pnpm/orga@4.5.0/node_modules/orga/dist/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import { withDefault } from './options.js';
^^^^^^
SyntaxError: Cannot use import statement outside a module
1 | import { useEffect, useState } from "react";
> 2 | import { parse } from "orga";
| ^
I removed jest and used bun to test which has native es6 support.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels