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
| /** | |
| * Test manual bytecode conversion | |
| * | |
| * This script demonstrates that registry artifacts have correct data, | |
| * but bytecode is stored as base64 string instead of Buffer. | |
| * Converting base64 back to Buffer fixes the classId computation. | |
| * | |
| * HOW TO RUN: | |
| * node scripts/test-classid-mismatch.mjs | |
| * |