Mohammed Sohail
2a42a5882c
updates: * add tests for most modules * add confini for loading configs * add contact spoof check * add optional webhook support * add error handling * add pino logger * update keyboard regex
7 lines
103 B
JavaScript
7 lines
103 B
JavaScript
const test = require("tap").test;
|
|
|
|
test("cache", (t) => {
|
|
t.skip("redis connection");
|
|
t.end();
|
|
});
|