mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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:
parent
9a2c3da868
commit
3f12f3a87c
8 changed files with 32 additions and 29 deletions
|
|
@ -6,7 +6,7 @@ import MetaTest from 'gi://MetaTest';
|
|||
import Shell from 'gi://Shell';
|
||||
|
||||
const Main = imports.ui.main;
|
||||
const Scripting = imports.ui.scripting;
|
||||
import * as Scripting from 'resource://org/gnome/shell/ui/scripting.js';
|
||||
|
||||
// This script tests that the shell handles connecting monitors after startup
|
||||
// is properly handled.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue