This repository has been archived by the owner on May 11, 2018. It is now read-only.
v1.0.2
v1.0.2 (2016-12-10)
🐛 Bug Fix
- Fix issue with Object.getOwnPropertySymbols (#71) (@existentialism)
Was requiring the wrong module kinda of like in v1.0.1:
https://github.com/zloirock/core-js#ecmascript-6-symbol
-import "core-js/modules/es6.object.get-own-property-symbols";
The test is just a part of Symbol
.