From 273f8a1500f6299f2f0c656583bbf8994747f8ba Mon Sep 17 00:00:00 2001 From: timbrinded <79199034+timbrinded@users.noreply.github.com> Date: Mon, 6 Nov 2023 10:47:08 +0000 Subject: [PATCH] restore config --- test/moonwall.config | 23 ------------------- ...nwall.config.json => moonwall.config.json} | 0 2 files changed, 23 deletions(-) delete mode 100644 test/moonwall.config rename test/{wwwmoonwall.config.json => moonwall.config.json} (100%) diff --git a/test/moonwall.config b/test/moonwall.config deleted file mode 100644 index 1c7dce7f..00000000 --- a/test/moonwall.config +++ /dev/null @@ -1,23 +0,0 @@ -// This Moonwall Config file should be modified to include all types -// of environments you wish to test against. - -// For more information on how to configure Moonwall, please visit: -// https://moonsong-labs.github.io/moonwall/config/intro.html -{ - "label": "moonwall_config", - "defaultTestTimeout": 30000, - "environments": [ - { - "name": "default_env", - "testFileDir": [ - "tests/" - ], - "foundation": { - "type": "dev", - "launchSpec": [{ - "binPath": "./tmp/moonbeam" - }] - } - } - ] -} \ No newline at end of file diff --git a/test/wwwmoonwall.config.json b/test/moonwall.config.json similarity index 100% rename from test/wwwmoonwall.config.json rename to test/moonwall.config.json