MCPcopy Create free account
hub / github.com/Crain99/cc-reverse / writeFile

Function writeFile

__tests__/cocos3x/engine3x.test.js:17–20  ·  view source on GitHub ↗
(p, content)

Source from the content-addressed store, hash-verified

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

Callers 1

buildFixtureFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected