## Detailed description
> Describe in detail the issue you're having.
Seeing error when running unit tests
> Is this a feature request (new component, new icon), a bug, or a general issue?
bug
> Is this issue related to a specific component?
yes, Nested Filterable Multiselect
> What did you expect to happen? What happened instead? What would you like to see changed?
No errors, errors started showing today. Possibly related to one of the PR's.
> What browser are you working in?
Firefox, error is from console/jenkins
> What version of the Carbon Design System are you using?
Latest version
## Steps to reproduce the issue
Step one
Step two
Step three
etc.
Additional information
Screenshots or code
Notes
line 157 of lib/index.js has the following:
var _NestedFilterableMultiSelect2 = require('./components/NestedFilterableMultiSelect');
However there is no NestedFilterableMultiSelect in ./components
Additional information
Screenshots or code
Notes line 157 of
lib/index.js
has the following:var _NestedFilterableMultiSelect2 = require('./components/NestedFilterableMultiSelect');
However there is no NestedFilterableMultiSelect in./components