We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996c171 commit acb76beCopy full SHA for acb76be
src/ImageClassifier/index_test.js
@@ -55,7 +55,6 @@ describe('imageClassifier', () => {
55
56
describe('instantiate', () => {
57
it('Should create a classifier with all the defaults', async () => {
58
- console.log(classifier)
59
expect(classifier.modelUrl).toBe(TM_URL);
60
});
61
0 commit comments