scripting: Convert to ES module and migrate tests

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2822>
This commit is contained in:
Evan Welsh
2023-07-05 18:08:09 -07:00
parent 9a2c3da868
commit 3f12f3a87c
8 changed files with 32 additions and 29 deletions

View File

@ -5,7 +5,7 @@ import St from 'gi://St';
const Main = imports.ui.main;
const MessageTray = imports.ui.messageTray;
const Scripting = imports.ui.scripting;
import * as Scripting from 'resource://org/gnome/shell/ui/scripting.js';
// This script tests the most important (basic) functionality of the shell.