test: clear log (#20105)

This commit is contained in:
Xiao 2025-11-11 20:48:20 +08:00 committed by GitHub
parent 583321ec17
commit a65a34ab0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ it("should compile and run", () => {
{
const content = fs.readFileSync(path.resolve(__dirname, './bundle2.js'), 'utf-8');
const NESTED_RE = /__nested_webpack_require_([^_]+)__/g;
console.log(content.match(NESTED_RE))
expect(content.match(NESTED_RE).length).toBe(11);
}