mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 06:47:35 +09:00
8 lines
180 B
JavaScript
8 lines
180 B
JavaScript
// Parent config file for all marionette files.
|
|
module.exports = {
|
|
// All globals made available in the test environment.
|
|
"globals": {
|
|
"ok": false,
|
|
"is": false,
|
|
}
|
|
};
|