Commit f80c8143 authored by yann300's avatar yann300

fix require

parent 18cb42c8
...@@ -2,4 +2,4 @@ export { runTestFiles } from './runTestFiles' ...@@ -2,4 +2,4 @@ export { runTestFiles } from './runTestFiles'
export { runTestSources } from './runTestSources' export { runTestSources } from './runTestSources'
export { runTest } from './testRunner' export { runTest } from './testRunner'
export * from './types' export * from './types'
export { assertLibCode } from '../sol/tests.sol.js' export const assertLibCode = require('../sol/tests.sol.js')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment