-
Mahatthana (Kelvin) Nomsawadi authored
* Remove unpassed props * Add tests * Theme mantine date picker
Mahatthana (Kelvin) Nomsawadi authored* Remove unpassed props * Add tests * Theme mantine date picker
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
loki.config.js 536 B
module.exports = {
diffingEngine: "looks-same",
storiesFilter: [
"static-viz",
"viz",
"^visualizations/shared",
"^embed",
"^design system",
"^Inputs/DatePicker Dates range",
].join("|"),
configurations: {
"chrome.laptop": {
target: "chrome.docker",
width: 1366,
height: 768,
deviceScaleFactor: 1,
mobile: false,
},
},
"looks-same": {
strict: false,
tolerance: 6,
antialiasingTolerance: 0,
ignoreAntialiasing: true,
ignoreCaret: true,
},
};