Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

fix: remove broken handling of "target": "node" #92

Merged
merged 1 commit into from
Mar 24, 2020

Commits on Mar 24, 2020

  1. fix: remove broken handling of "target": "node"

    this flow was never covered by any tests and got broken by mocha itself, as it's no longer bundle-compatible when targeting node.
    
    closes #89 by now throwing an error about an unsupported target.
    
    Should be noted that test files can always be bundled without mocha-loader. The resulting bundle can later be executed in node using the mocha cli.
    AviVahl committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    65be42a View commit details
    Browse the repository at this point in the history