Page MenuHomeWickedGov Phorge

fixturecontent.js
No OneTemporary

Size
367 B
Referenced Files
None
Subscribers
None

fixturecontent.js

'use strict';
const Api = require( 'wdio-mediawiki/Api' );
const fixture1 = '[]{{template}}';
class FixtureContent {
/**
* Create a new fixture for testing syntax highlighting.
*
* @param {string} title
*/
async createFixturePage( title ) {
const bot = await Api.bot();
await bot.edit( title, fixture1 );
}
}
module.exports = new FixtureContent();

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 18, 14:22 (3 w, 6 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
cf/b8/d0d5e734934d386d79d527abf1c6
Default Alt Text
fixturecontent.js (367 B)

Event Timeline