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
Sat, May 16, 13:57 (1 d, 18 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e0/f4/da8d8cc8705802faaf42d69f8648
Default Alt Text
UpdateLegacy.js (388 B)

Event Timeline