Skip to content

Commit b5ea30e

Browse files
committed
update static test
1 parent 7bf358d commit b5ea30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/static-tests.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import chai from 'chai';
22
import path from 'path';
33
import utils from 'util';
4-
import Binance from '../node-binance-api.js'
4+
import Binance from '../dist/cjs/node-binance-api.js';
55
import nock from 'nock';
66
const assert = chai.assert;
77

0 commit comments

Comments
 (0)