Skip to content

Commit

Permalink
chore: update deps and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Aug 9, 2024
1 parent 8550823 commit a9a3a58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
'buffer',
'c8',
'conventional-changelog-conventionalcommits',
'electron-mocha-main',
'electron-mocha',
'mocha',
'npm-package-json-lint',
'nyc',
Expand Down
2 changes: 0 additions & 2 deletions md/esm.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

Electron supports ESM but [electron-mocha does not](https://github.com/jprichardson/electron-mocha/pull/187). It's capable of supporting it in the main thread but since Chrome does not provide any way to intercept calls to `import` it's unlikely to work with the renderer thread for the foreseeable future.

We currently use a [fork of electron-mocha](https://www.npmjs.com/package/electron-mocha-main) that allows running ESM tests on the main thread but we have no support for running them on the renderer thread until the issues with Chrome and intercepting `import` above are resolved.

## Examples

TODO: List examples when merged (`ipfs-unixfs`, `uint8arrays`)

0 comments on commit a9a3a58

Please sign in to comment.