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 4a69f8f commit c7a7f53Copy full SHA for c7a7f53
1 file changed
tests/indicators.test.ts
@@ -41,7 +41,7 @@ describe('Indicators', () => {
41
const noAuth = !token || !signature;
42
43
it.skipIf(noAuth)('creates a client', async () => {
44
- client = new TradingView.Client({ token, signature });
+ client = new TradingView.Client({ token, signature });
45
expect(client).toBeDefined();
46
});
47
0 commit comments