Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Add solc as a devDep to compile-solidity-tests #5940

Merged
merged 1 commit into from
Mar 1, 2023
Merged

Commits on Mar 1, 2023

  1. compile-solidity-tests: make solc a devDep to improve test fragility

    The *compiles w/ local path* test referenced a file in a node_modules
    folder that was already subject to moving due to lerna hoisting
    behavior. This uncertainty makes the test unreliable!
    
    This PR adds a pinned version of solc as a devDep, ensuring the file
    will be available for testing purposes using `require.resolve`.
    cds-amal committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    cf08c0e View commit details
    Browse the repository at this point in the history