linting fixed

pull/5370/head
Aniket-Engg 3 years ago committed by yann300
parent 4f0e42bf72
commit 69995a9782
  1. 2
      libs/remix-tests/src/compiler.ts
  2. 2
      libs/remix-tests/src/index.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) {

@ -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'

Loading…
Cancel
Save