fix require

pull/5370/head
yann300 6 years ago
parent 7186584f14
commit 74d9df1d2f
  1. 2
      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')

Loading…
Cancel
Save