We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9750528 commit 8f894a3Copy full SHA for 8f894a3
tokens/escrow/anchor/.mocharc.json
@@ -0,0 +1,6 @@
1
+{
2
+ "extension": ["ts"],
3
+ "spec": "tests/**/*.ts",
4
+ "require": "ts-node/register",
5
+ "node-option": ["experimental-specifier-resolution=node", "loader=ts-node/esm"]
6
+}
tokens/escrow/anchor/register.js
@@ -0,0 +1,4 @@
+import { register } from 'node:module';
+import { pathToFileURL } from 'node:url';
+
+register('ts-node/esm', pathToFileURL('./'));
0 commit comments