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
FAILnuclide-fuzzy-native/__tests__/fuzzy-native-test.js●fuzzy-native›canberequiredexpect(received).toEqual(expected)// deep equality-Expected-1+Received+2Array[Object{-"score": 1,+"matchIndexes": Array[],+"score": 0,"value": "test",},]17|// The fallback uses a different scoring mechanism, so this will fail18|// if the native module failed to load.>19|expect(matcher.match('test')).toEqual([{value: 'test',score: 1}]);|^20|});21|});22|atObject.<anonymous>(../nuclide/nuclide-fuzzy-native/__tests__/fuzzy-native-test.js:19:5)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: