deno.land / x / fuse@v6.4.1 / test / __snapshots__ / fuzzy-search.test.js.snap

fuzzy-search.test.js.snap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Ignore location and field length norm Check order of entries when location and field-length norm are ignored 1`] = `Array [ Object { "item": "Module with Promise-aware beforeEach", "refIndex": 3, "score": 0.09090909090909091, }, Object { "item": "Module with Promise-aware afterEach", "refIndex": 5, "score": 0.2727272727272727, }, Object { "item": "Promise-aware return values without beforeEach/afterEach", "refIndex": 4, "score": 0.4090909090909091, }, Object { "item": "async beforeEach test", "refIndex": 1, "score": 0.5, }, Object { "item": "assert.async in beforeEach", "refIndex": 2, "score": 0.5, }, Object { "item": "beforeEach", "refIndex": 0, "score": 0.5454545454545454, },]`;
exports[`Ignore location and field length norm Check order of entries when location and field-length norm are not ignored 1`] = `Array [ Object { "item": "beforeEach", "refIndex": 0, "score": 0, }, Object { "item": "async beforeEach test", "refIndex": 1, "score": 0.1972392177586917, }, Object { "item": "before", "refIndex": 6, "score": 0.4, }, Object { "item": "assert.async in beforeEach", "refIndex": 2, "score": 0.4493775633055149, }, Object { "item": "before (skip)", "refIndex": 7, "score": 0.5231863610884103, }, Object { "item": "Module with Promise-aware beforeEach", "refIndex": 3, "score": 0.5916079783099616, }, Object { "item": "Promise-aware return values without beforeEach/afterEach", "refIndex": 4, "score": 0.699819425905295, },]`;
fuse

Version Info

Tagged at
3 years ago