diff --git a/libs/remix-tests/src/compiler.ts b/libs/remix-tests/src/compiler.ts index 9477034d27..299b121b62 100644 --- a/libs/remix-tests/src/compiler.ts +++ b/libs/remix-tests/src/compiler.ts @@ -9,7 +9,7 @@ const log = logger.logger var accountsLibCode export function getAccountsLib () { - return accountsLibCode + return accountsLibCode } function regexIndexOf (inputString: string, regex: RegExp, startpos = 0) { diff --git a/libs/remix-tests/src/index.ts b/libs/remix-tests/src/index.ts index 0e979cdc9d..986fb061c1 100644 --- a/libs/remix-tests/src/index.ts +++ b/libs/remix-tests/src/index.ts @@ -3,4 +3,4 @@ export { UnitTestRunner } from './runTestSources' export { runTest } from './testRunner' export * from './types' export const assertLibCode = require('../sol/tests.sol') -export { getAccountsLib } from './compiler' +export { getAccountsLib } from './compiler'