We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b4f42 commit 2ec4d8fCopy full SHA for 2ec4d8f
1 file changed
test/node/community/challenges/challenges.settings.test.ts
@@ -103,7 +103,6 @@ describe.concurrent(`community.settings.challenges`, async () => {
103
expect(community._usingDefaultChallenge).to.be.true;
104
const differentDefaultChallenges: CommunityChallengeSetting[] = [];
105
// Access private property via bracket notation to bypass TypeScript's access checks
106
- // @ts-expect-error - Accessing private property for testing purposes
107
community._defaultCommunityChallenges = differentDefaultChallenges;
108
await community.start(); // Should check value of default challenge, and upgrade to this one above
109
await new Promise((resolve) => community.once("update", resolve));
0 commit comments