forked from metabase/metabase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathloki.config.js
More file actions
37 lines (37 loc) · 895 Bytes
/
loki.config.js
File metadata and controls
37 lines (37 loc) · 895 Bytes
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
module.exports = {
diffingEngine: "looks-same",
storiesFilter: [
"DataGrid",
"static-viz",
"viz",
"Patterns/Upsells",
"^visualizations/shared",
"^app/embed",
"^design system",
"^Patterns/Overlays",
"^Components/Inputs/DatePicker Dates range",
"^Components/Parameters/DatePicker",
"^Components/Buttons/Button Compact size, custom color",
"^Components/overlays/Tooltip",
"^Components/Documents",
"^Components/Feedback/Alert",
"^Components/Table",
"^App/Palette",
"^EmbeddingSDK/SdkQuestion/ChartTypeDropdownInner",
"^viz/GridMapPdfExport",
].join("|"),
configurations: {
"chrome.laptop": {
target: "chrome.docker",
width: 1366,
height: 768,
deviceScaleFactor: 1,
mobile: false,
},
},
"looks-same": {
strict: false,
antialiasingTolerance: 9,
tolerance: 9,
},
};