We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf358d commit b5ea30eCopy full SHA for b5ea30e
tests/static-tests.mjs
@@ -1,7 +1,7 @@
1
import chai from 'chai';
2
import path from 'path';
3
import utils from 'util';
4
-import Binance from '../node-binance-api.js'
+import Binance from '../dist/cjs/node-binance-api.js';
5
import nock from 'nock';
6
const assert = chai.assert;
7
0 commit comments