test
This commit is contained in:
parent
ffc92cf962
commit
0367538348
|
@ -19,7 +19,7 @@ const client = new tmi.Client({
|
||||||
|
|
||||||
client.connect();
|
client.connect();
|
||||||
|
|
||||||
import test from `./test.js`;
|
import test = require(`./test.js`);
|
||||||
|
|
||||||
//import { test } from "./ttv.js";
|
//import { test } from "./ttv.js";
|
||||||
//test();
|
//test();
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
// JavaScript Document
|
||||||
|
function test(){
|
||||||
|
console.log('Testing 1 2 3');
|
||||||
|
}
|
||||||
|
module.exports = { test };
|
Loading…
Reference in New Issue