fix require

pull/7/head
yann300 6 years ago
parent 18cb42c82e
commit f80c8143ac
  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