Closed anselmbradford closed 5 years ago
The data-set utility is unused in CF and I couldn't find a place where cfgov-refresh was intended to use this. There are tests in cfgov-refresh that refer to dataset, such as https://github.com/cfpb/cfgov-refresh/blob/master/test/unit_tests/js/molecules/Notification-spec.js#L28 and the VideoPlayer uses a dataset ponyfill unrelated to what's here in CF https://github.com/cfpb/cfgov-refresh/blob/master/cfgov/unprocessed/js/modules/VideoPlayer.js#L10
gulp build && gulp test
The data-set utility is unused in CF and I couldn't find a place where cfgov-refresh was intended to use this. There are tests in cfgov-refresh that refer to dataset, such as https://github.com/cfpb/cfgov-refresh/blob/master/test/unit_tests/js/molecules/Notification-spec.js#L28 and the VideoPlayer uses a dataset ponyfill unrelated to what's here in CF https://github.com/cfpb/cfgov-refresh/blob/master/cfgov/unprocessed/js/modules/VideoPlayer.js#L10
Removals
Testing
gulp build && gulp test
should pass.