-
Notifications
You must be signed in to change notification settings - Fork 16
/
.structignore
42 lines (42 loc) · 1.69 KB
/
.structignore
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
test/integration.spec.js
test/helper.spec/prng.spec.js
test/helper.spec/generate-parsed-needle.spec.js
test/helper.spec/generate-search-tree.spec.js
test/helper.spec/parsed-needle-to-string-array.spec.js
test/helper.spec/generate-haystack.spec.js
test/helper.spec/sample-array.spec.js
test/helper.spec/extract-paths-from-haystack.spec.js
test/helper.spec/path-to-needle-path.spec.js
test/helper.spec/needle-paths-to-needles-parsed.spec.js
test/helper.spec/find-last-index.spec.js
test/helper.spec/simplify-needle-parsed.spec.js
test/helper.spec/shuffle-array.spec.js
test/helper.spec/generate-keys.spec.js
test/helper.spec/strip-array-selector-from-paths.spec.js
test/helper.spec/call-signature.spec.js
test/helper.spec/generate-dataset.spec.js
test/helper.spec/create-html-diff.spec.js
test/helper.spec/analyze-haystack.spec.js
test/helper.spec/haystack-generator.spec.js
test/helper.spec/sample-array-grouped.spec.js
test/helper.spec/sample-ranges.spec.js
test/helper.spec/stringify.spec.js
test/index.spec/opt-rtn.spec.js
test/index.spec/suite-mutate.spec.js
test/index.spec/use-array-selector-reverse.spec.js
test/index.spec/use-array-selector.spec.js
test/index.spec/after-fn.spec.js
test/index.spec/before-fn.spec.js
test/index.spec/rtn.spec.js
test/index.spec/order-by-needles.spec.js
test/index.spec/rec-group.spec.js
test/readme.spec.js
test/bulk.spec.js
test/comparison/suites.spec.js
test/comparison/benchmark.spec/blend-colors.spec.js
test/comparison/benchmark.spec/gen-table.spec.js
test/comparison/benchmark.spec/get-color-for-value.spec.js
test/comparison/benchmark.spec/ok-logo.spec.js
test/comparison/benchmark.spec/run-benchmark.spec.js
test/consistency/access-counts.spec.js
test/index.spec/array-needles.spec.js