This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { beforeAll, beforeEach, describe, expect, it, jest } from "@jest/globals" | |
| import { mocked } from 'jest-mock' | |
| import { DiscordBotLoggerService } from "../../services/discord-bot-logger-service" | |
| import { Client, GatewayIntentBits } from "discord.js"; | |
| import { EnvConfig } from "../../env-config" | |
| import log from "npmlog"; | |
| import { sleep } from "../../libs/utils"; | |
| jest.mock('../../env-config') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Author: Jobin Joseph | |
| # Blog : JobNix.in | |
| # Bio : JobinJoseph.com | |
| # Modified by: Denny Harijanto (2019-04-08) | |
| # To work on latest version of bitbucket | |
| # Bitbucket credentials | |
| # username |