Closed lionkunonly closed 3 years ago
Skip the test case for ML when it runs on Node.js so that the error will be skipped for webnn-native. It is reasonable because the
navigator
does not exist in Node.js. The related issue is Webnn-native #610.
Thanks! Update commit id here and do gclient sync. @lionkunonly
Please fix the lint error. You can reproduce it by
> npm run lint
Please fix the lint error. You can reproduce it by
> npm run lint
I have fixed the lint error. Pls check it.
Skip the test case for ML when it runs on Node.js so that the error will be skipped for webnn-native. It is reasonable because the
navigator
does not exist in Node.js. The related issue is Webnn-native #610.Thanks! Update commit id here and do gclient sync. @lionkunonly
Thanks for your suggestions. I will send a PR to the webnn-native
with a new commit id when this PR is merged in webnn-polyfill
.
Skip the test case for ML when it runs on Node.js so that the error will be skipped for webnn-native. It is reasonable because the
navigator
does not exist in Node.js. The related issue is Webnn-native #610.