Open
Description
In @edx/frontend-platform
, running the tests, there are many console warnings about "PubSub already loaded, using existing version". These console warnings can also be seen in some MFE test suites, as well.
PASS src/initialize.test.js
● Console
console.warn
PubSub already loaded, using existing version
18 | */
19 |
> 20 | import PubSub from 'pubsub-js';
| ^
21 |
22 | /**
23 | *
at node_modules/pubsub-js/src/pubsub.js:15:17
at Object.<anonymous> (node_modules/pubsub-js/src/pubsub.js:35:2)
at Object.<anonymous> (src/pubSub.js:20:1)
PASS src/analytics/interface.test.js
AC
- Identify what's causing the console warnings about PubSub already being loaded.
- Fix so that there are no more console warnings about PubSub already being loaded.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Blocked