(p, content)
| 15 | } = require('../../src/core/cocos3x/engine3x'); |
| 16 | const { uuidUtils } = require('../../src/utils/uuidUtils'); |
| 17 | const { DataTypeID } = require('../../src/core/cocos3x/rehydrate'); |
| 18 | |
| 19 | describe('reverseProject3x — end-to-end on a synthetic fixture', () => { |
| 20 | let tmp; |
| 21 | |
| 22 | beforeEach(() => { |
| 23 | tmp = fs.mkdtempSync(path.join(os.tmpdir(), 'cc-reverse3x-')); |