@exodus/test 1.0.0-rc.95 → 1.0.0-rc.96

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/index.js +1 -1
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -601,7 +601,7 @@ if (options.bundle) {
601
601
 
602
602
  if (options.binary === 'node') args.unshift('--enable-source-maps') // FIXME
603
603
 
604
- const bundle = await import('../bundler/bundle.js')
604
+ const bundle = await import('@exodus/test-bundler/bundle')
605
605
  await bundle.init({ ...options, outdir, jestConfig })
606
606
  buildFile = (file) => bundle.build(file)
607
607
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/test",
3
- "version": "1.0.0-rc.95",
3
+ "version": "1.0.0-rc.96",
4
4
  "author": "Exodus Movement, Inc.",
5
5
  "description": "A test suite runner",
6
6
  "homepage": "https://github.com/ExodusMovement/test",