You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running gulp test I am getting a ton of warnings. Should perhaps be removed to not give the impression of pushing deprecated coding standards, etc?
Warning: Something is calling a React component directly. Use a factory or JSX instead. See: http://fb.me/react-legacyfactory
Warning: React.renderComponent will be deprecated in a future version. Use React.render instead.
Jasmine ran in 0.008 seconds
1 spec, 0 failures
Unsafe JavaScript attempt to access frame with URL about:blank from frame with URL file:///Users/carl-erik/myproj/node_modules/gulp-jasmine2-phantomjs/jasmine2-runner.js. Domains, protocols and ports must match.
Unsafe JavaScript attempt to access frame with URL about:blank from frame with URL file:///Users/carl-erik/myproj/node_modules/gulp-jasmine2-phantomjs/jasmine2-runner.js. Domains, protocols and ports must match.
Unsafe JavaScript attempt to access frame with URL about:blank from frame with URL file:///Users/carl-erik/myproj/node_modules/gulp-jasmine2-phantomjs/jasmine2-runner.js. Domains, protocols and ports must match.
Unsafe JavaScript attempt to access frame with URL about:blank from frame with URL file:///Users/carl-erik/myproj/node_modules/gulp-jasmine2-phantomjs/jasmine2-runner.js. Domains, protocols and ports must match.
The text was updated successfully, but these errors were encountered:
Yeah, this is really annoying. I did identify the source of the problem and notified the author, sandermak/jasmine2-junit#4. Maybe you could comment on it, put some pressure on it? I am not sure how to fix it :-/
After running
gulp test
I am getting a ton of warnings. Should perhaps be removed to not give the impression of pushing deprecated coding standards, etc?The text was updated successfully, but these errors were encountered: