mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
21254b059a
* chore: reformat source using prettier * chore: fix lint
6 lines
137 B
JavaScript
6 lines
137 B
JavaScript
// added for Jest inline snapshots to not use default Prettier config
|
|
module.exports = {
|
|
singleQuote: true,
|
|
trailingComma: 'es5',
|
|
};
|