From f80c8143ace7cc0ca0d9f1f9b581ee3580e840ae Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 2 Apr 2019 21:26:55 +0200 Subject: [PATCH] fix require --- remix-tests/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remix-tests/src/index.ts b/remix-tests/src/index.ts index aad3269514..b786ceda08 100644 --- a/remix-tests/src/index.ts +++ b/remix-tests/src/index.ts @@ -2,4 +2,4 @@ export { runTestFiles } from './runTestFiles' export { runTestSources } from './runTestSources' export { runTest } from './testRunner' export * from './types' -export { assertLibCode } from '../sol/tests.sol.js' +export const assertLibCode = require('../sol/tests.sol.js')