Page MenuHomeWickedGov Phorge

CreationLegacy.js
No OneTemporary

Size
383 B
Referenced Files
None
Subscribers
None

CreationLegacy.js

'use strict';
describe( 'legacy POST /page', () => {
// 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/Creation.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:13 (1 d, 15 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e5/dc/c0064bbbf03b0b886ad77d0eb169
Default Alt Text
CreationLegacy.js (383 B)

Event Timeline