Commit Graph

19 Commits

Author SHA1 Message Date
ITOH
d7883855ec refactor(.github,README,gateway,plugins/fileloader,tests,types)!: make intent calculation manual
This changes the calculation of intents to be manual to the dev.
This is to improve overall consistency of our code base, also it is not a big drawback for users since intents are usually done once and then never (seldom) touched again.
2022-05-24 23:16:01 +02:00
Skillz4Killz
d28bd01992 fix: add more utils unit tests 2022-05-11 13:33:54 +00:00
Skillz4Killz
a73fdd8706 fix: add join and leave thread tests 2022-05-11 13:26:08 +00:00
Skillz4Killz
e6febf1f60 fix: add stage instance delete test 2022-05-11 13:25:57 +00:00
Skillz4Killz
06ae1101d8 fix: add threads unit tests 2022-05-11 13:14:09 +00:00
Skillz4Killz
f40ff4631e fix: add start thread unit test 2022-05-10 14:49:01 +00:00
Skillz4Killz
c996a56ad5 fix: delete channels in tests 2022-05-10 14:48:14 +00:00
Skillz4Killz
ba9944c6b0 fix: add stage instance tests 2022-05-10 14:47:52 +00:00
Skillz4Killz
ccd26386ba fix: remove cache pluginf rom tests 2022-05-10 14:47:42 +00:00
Skillz4Killz
3752cda0c3 test: add getChannels test 2022-05-08 17:49:35 +00:00
Skillz4Killz
d69b1b561a fix: unit tests guild id bigint 2022-05-08 17:46:53 +00:00
Skillz4Killz
6d7b82110e fix: dumb deno fmt 2022-05-08 17:39:31 +00:00
Skillz4Killz
1726680fde fix: speed up unit tests by 50% 2022-05-08 17:38:56 +00:00
Skillz4Killz
50eeea5a1d fix: allow custom unit test guilds 2022-05-08 17:38:39 +00:00
Skillz4Killz
7da023690b fix: cleanup tests and add get channel test 2022-05-08 16:52:02 +00:00
Skillz4Killz
4d4386bbaa fix: add create channel unit tests 2022-05-08 16:28:28 +00:00
Skillz4Killz
8cb912730b feat: remove token prefix util (#2191)
* feat: remove token prefix util

* fix: token substring

* fix: speed up unit tests
2022-05-08 11:34:33 -04:00
Skillz4Killz
8281c4693b fix: remove unused and invalid imports 2022-05-08 14:13:21 +00:00
Skillz4Killz
5a4fef855e Proxy delete channel tests (#2174)
* feat: delete channel tests

* fix: use new tests in ci

* Update testss/deps.ts

Co-authored-by: LTS20050703 <87189679+lts20050703@users.noreply.github.com>

Co-authored-by: LTS20050703 <87189679+lts20050703@users.noreply.github.com>
2022-05-08 09:57:06 -04:00