Skip to content

Commit

Permalink
Remove visual editor tests and document lua dependency tests (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeeri authored Aug 26, 2024
1 parent 73a4ed3 commit c3fc7fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
1 change: 1 addition & 0 deletions test/specs/repo/extensions/scribunto.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { readFile } from 'fs/promises';
import { utf8 } from '../../../helpers/read-file-encoding.js';

// Test the installation and function of lua in the Wikibase Docker image
describe( 'Scribunto', function () {
beforeEach( async function () {
await browser.skipIfExtensionNotPresent( this, 'Scribunto' );
Expand Down
32 changes: 0 additions & 32 deletions test/specs/repo/extensions/visual-editor.ts

This file was deleted.

0 comments on commit c3fc7fa

Please sign in to comment.