From 40da7b83b2376eaf9ba864ab2d9101a704bb6bff Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 9 Apr 2023 09:23:59 +0200 Subject: [PATCH] folder for compilable scripts --- {test => helios}/simple.hl | 0 test/simple.test.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {test => helios}/simple.hl (100%) diff --git a/test/simple.hl b/helios/simple.hl similarity index 100% rename from test/simple.hl rename to helios/simple.hl diff --git a/test/simple.test.ts b/test/simple.test.ts index 77c0ba1..165fc12 100644 --- a/test/simple.test.ts +++ b/test/simple.test.ts @@ -10,7 +10,7 @@ describe('simple test', () => { beforeAll(() => { const testSetup = { - contract: './test/simple.hl', + contract: './helios/simple.hl', // fixtures: [ // './tests/vault_fixtures.hl' // ],