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' // ],