fix(DataResolver): fix circular dependency error with GuildTemplate (#5622)

This commit is contained in:
cherryblossom000
2021-05-23 05:40:44 +10:00
committed by GitHub
parent 14c6802438
commit b376f31af9
4 changed files with 41 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
'use strict';
/* eslint-disable max-len, no-undef */
/* eslint-env jest */
/* eslint-disable max-len */
const Util = require('../src/util/Util');
const testString = "`_Behold!_`\n||___~~***```js\n`use strict`;\nrequire('discord.js');```***~~___||";