• Robert Knight's avatar
    Eliminate a few coverage misses · fc5b7603
    Robert Knight authored
     - Remove unused `default`s for `switch` statements
     - Fix coverage misses related to un-evaluated default arguments by either:
    
       - Removing the default if we always set the argument
       - Removing overrides in tests which are the same as the default
       - Ignoring the defaults for coverage purposes
    fc5b7603
immutable.ts 831 Bytes