From 5062d6130da20c8d87d56e10278208ac6e7435a0 Mon Sep 17 00:00:00 2001 From: KillerBossOriginal Date: Mon, 4 Dec 2023 19:22:51 +0100 Subject: [PATCH] test --- .npmignore | 4 +++- src/test.ts | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index 1ad53f8..ae791a9 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1,4 @@ test -src \ No newline at end of file +src +test.js +test.ts \ No newline at end of file diff --git a/src/test.ts b/src/test.ts index d3d8c90..b44cd02 100644 --- a/src/test.ts +++ b/src/test.ts @@ -1,5 +1,5 @@ import TNC from "./index.js"; -let client = new TNC({ customURL: "http://localhost:9999", token: "3Wi7CcCZyTdBWHZMhjB0BXvkScJKQq5W0CvMUYvnJUKhiuj2TpNMYd3JRbQe6MCR" }); +let client = new TNC({ customURL: "http://localhost:9999", token: "" }); client.connect(); // console.log(await client.credits.balance(2)); \ No newline at end of file