linting fixed

pull/1738/head
Aniket-Engg 3 years ago committed by yann300
parent f2af466353
commit 860682b830
  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