Skip to content

Commit

Permalink
v3.5.0 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu2301 authored Dec 17, 2024
2 parents 1dd0535 + a1f7004 commit 13d5176
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mathieuc/tradingview",
"version": "3.4.6",
"version": "3.5.0",
"description": "Tradingview instant stocks API, indicator alerts, trading bot, and more !",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tests/replayMode.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ describe('ReplayMode', () => {
expect(chart.infos.full_name).toBe('BINANCE:BTCEUR');
});

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

Expand Down

0 comments on commit 13d5176

Please sign in to comment.