When `Symbol.toStringTag` is polyfilled, we need to be sure that the proper value is installed on all builtins. Revealed by #32 - it can be reproduced by moving the `tape` require below the Symbol shim in the test file.
When
Symbol.toStringTagis polyfilled, we need to be sure that the proper value is installed on all builtins.Revealed by #32 - it can be reproduced by moving the
taperequire below the Symbol shim in the test file.