Skip to content

Commit 13d5176

Browse files
authored
v3.5.0 (#273)
2 parents 1dd0535 + a1f7004 commit 13d5176

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mathieuc/tradingview",
3-
"version": "3.4.6",
3+
"version": "3.5.0",
44
"description": "Tradingview instant stocks API, indicator alerts, trading bot, and more !",
55
"main": "main.js",
66
"scripts": {

tests/replayMode.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe('ReplayMode', () => {
8484
expect(chart.infos.full_name).toBe('BINANCE:BTCEUR');
8585
});
8686

87-
it('steps forward automatically', async () => {
87+
it.skip('steps forward automatically', async () => {
8888
console.log('Play replay mode');
8989
await chart.replayStart(200);
9090

0 commit comments

Comments
 (0)