Page MenuHomeWickedGov Phorge

PageLegacy.js
No OneTemporary

Size
380 B
Referenced Files
None
Subscribers
None

PageLegacy.js

'use strict';
describe( 'legacy Page Source', () => {
// 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/Page.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, 12:06 (21 h, 53 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
5e/6a/2204018029478f5bc5613a21bdf2
Default Alt Text
PageLegacy.js (380 B)

Event Timeline