Page MenuHomeWickedGov Phorge

UpdateLegacy.js
No OneTemporary

Size
388 B
Referenced Files
None
Subscribers
None

UpdateLegacy.js

'use strict';
describe( 'legacy PUT /page/{title}', () => {
// Cache deletion ensures tests will execute for both legacy and module paths
// Doing this twice protects against changes in test execution order
const testsFile = __dirname + '/content.v1/Update.js';
delete require.cache[ testsFile ];
require( testsFile ).init( 'rest.php/v1' );
delete require.cache[ testsFile ];
} );

File Metadata

Mime Type
text/plain
Expires
Aug 19 2026, 17:24 (4 w, 6 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
94/d2/d49204007a69226441af4a0247cc
Default Alt Text
UpdateLegacy.js (388 B)

Event Timeline